1. 8690a08 [reference model] Add shape operators by Tai Ly · 6 months ago
  2. 48ed6cf CLAMP limits should be expressed in in_out_t by Eric Kunze · 6 months ago
  3. d80ea5e Main Conformance: Re-adjust TANH compliance check by Jeremy Johnson · 6 months ago
  4. d6a0461 Fix Cast Float to Int overflows by Jerry Ge · 6 months ago
  5. 44827be Fix Cast FP32 to Int32 Overflow by Jerry Ge · 6 months ago
  6. e1e611d Remove inferred dimension from RESHAPE by Jeremy Johnson · 7 months ago
  7. 598d74a Main Conformance: Adjust TANH compliance value by Jeremy Johnson · 7 months ago
  8. 194fe31 Enforce no output rewrite REQUIRE in SCATTER by Jeremy Johnson · 7 months ago
  9. 438ad7f Fix Format Specifiers for MUL REQUIRES output by Jack Frankland · 7 months ago
  10. 534923d Change TANH, SIGMOID to ABS_ERROR compliance by Jeremy Johnson · 7 months ago
  11. ac40bd1 Correct Fully Connected Validation Logic by Jack Frankland · 7 months ago
  12. 5637a86 Support loading shared libraries for custom operators by Jerry Ge · 8 months ago
  13. 9a75838 Main Compliance testing support for EXP & POW by Jeremy Johnson · 8 months ago
  14. fd8fde8 [reference_model] Add local_bound support by Tai Ly · 8 months ago
  15. 452ba70 Catch when CONSTs aren't initialized by Jeremy Johnson · 8 months ago
  16. 29e46cf Fix AvgPool2D regression by James Ward · 8 months ago
  17. 5a9e0cd Fix AVG_POOL2D bad_alloc with large kernel sizes by James Ward · 9 months ago
  18. fb87982 Add integer divide with floor for coordinate calculation by TatWai Chong · 10 months ago
  19. a8098c0 Support new RESCALE attributes by Eric Kunze · 10 months ago
  20. a21b2e8 Add DIM operator to reference model by Won Jeon · 11 months ago
  21. a641dd5 Add support for bias broadcasting by Tai Ly · 11 months ago
  22. be2e87c Update formatting based on clang-format 14 by Eric Kunze · 11 months ago
  23. 17fab3b Fix compiler warnings (NFC) by Eric Kunze · 11 months ago
  24. e5cabbf Enable lazy tensor allocation by Jerry Ge · 11 months ago
  25. 9c9c8da Run clang-format and update copyright by Jerry Ge · 11 months ago
  26. edac6ab Fix missing template instantiations by Eric Kunze · 12 months ago
  27. 78155c6 Add support for ERF operator to reference model by Won Jeon · 1 year, 1 month ago
  28. 135c955 Add ERROR_IF to incorrect broadcast shapes by Jerry Ge · 1 year, 1 month ago
  29. eb52cc1 Add support for boolean outputs in model runner by Jiacheng Liang · 1 year, 1 month ago
  30. 307392a Add abs calculations under precise_mode by Tai Ly · 1 year, 2 months ago
  31. 264f7fa Add support for one dimension of size -1 in ReshapeOp by Jerry Ge · 1 year, 2 months ago
  32. 0bd4ec8 Refactor ref_model rank checking and add level check to argmax by Jerry Ge · 1 year, 2 months ago
  33. a4d748b [reference model] Add precise mode by Tai Ly · 1 year, 3 months ago
  34. 44eb88d AVG_POOL2D - Fix for stride renaming mistake by Jeremy Johnson · 1 year, 2 months ago
  35. a793f46 Add level checking to TOSA Ref model by Jerry Ge · 1 year, 3 months ago
  36. 4e9a977 [reference model] support multiple regions by Tai Ly · 1 year, 3 months ago
  37. cf305db Refactor 1L to INT64_C() by Jerry Ge · 1 year, 4 months ago
  38. 57bc079 Update CAST fp to int rounding by Eric Kunze · 1 year, 5 months ago
  39. a4e48ca Update rank limits for SLICE, TILE and TRANSPOSE by Luke Hutton · 1 year, 4 months ago
  40. 5728713 Add FFT2d to the reference model by Luke Hutton · 1 year, 5 months ago
  41. d34b3fc Remove accumulator attributes from all but AVG_POOL2D by James Ward · 1 year, 5 months ago
  42. 736fd1a Create MI tests for Type Conversion: CAST by James Ward · 1 year, 5 months ago
  43. 261b7b6 Add RFFT2d to the reference model by Luke Hutton · 1 year, 6 months ago
  44. eef8667 Fix for sign extending LOGICAL LEFT/RIGHT SHIFT results by Jeremy Johnson · 1 year, 5 months ago
  45. 3407125 Create MI tests for Activation: CLAMP; Data Layout: PAD by James Ward · 1 year, 7 months ago
  46. df628d4 Update for RESCALE spec apply_add clarification by Jeremy Johnson · 1 year, 6 months ago
  47. 9e94af8 Reference model update for control flow operators support by Jerry Ge · 1 year, 8 months ago
  48. 98c281f Add explicit template instantiations for abstract classes by Jared Smolens · 1 year, 6 months ago
  49. a682749 Fix reference model memory leaks for the following ops by Jerry Ge · 1 year, 7 months ago
  50. ee25669 FP16 improvements by James Ward · 1 year, 7 months ago
  51. a633bc6 Fix the floating point precision issue for Sigmoid FP32 by Jerry Ge · 1 year, 8 months ago
  52. 52460a8 Zero point addition in RESCALE should be int32 by Eric Kunze · 1 year, 8 months ago
  53. 24dbc42 Add BF16 support to reference model by James Ward · 1 year, 8 months ago
  54. bc2a3db Rename FLOAT type to FP32 by Jeremy Johnson · 1 year, 9 months ago
  55. 8b39043 Reference model changes for fp16 support by James Ward · 1 year, 11 months ago
  56. fd62905 Update framework test generator to support TF/TFL conv3d. by TatWai Chong · 1 year, 11 months ago
  57. c1a9783 Align padding for transpose_conv2d to match spec by Eric Kunze · 2 years ago
  58. d511f9e Enabled 16-bit TABLE REQUIRE statement by Jerry Ge · 1 year, 11 months ago
  59. 3c59d5d Check that the shape calculation for PAD is correct by Eric Kunze · 1 year, 11 months ago
  60. f732609 Update TOSA resize to match specification by TatWai Chong · 2 years, 1 month ago
  61. f733783 Fix reference model use of weight zero point by Eric Kunze · 2 years ago v0.30 v0.30.0
  62. b5fabec Remove quantization info from serialization attributes by Eric Kunze · 2 years, 1 month ago
  63. 24594f5 Update transpose_conv2d to align with TOSA spec by TatWai Chong · 2 years, 1 month ago
  64. 61f6622 Remove dilation from transpose_conv2d op by Eric Kunze · 2 years, 1 month ago
  65. ec0327d Change size check in TILE to ERROR_IF by Eric Kunze · 2 years, 1 month ago
  66. 86c403b Align the serialization schema with TOSA 0.24.0 specification by TatWai Chong · 2 years, 1 month ago
  67. c23fc3b Remove RESHAPE -1 dimensions support by Jeremy Johnson · 2 years, 1 month ago
  68. f7f78ae Add support for uint16_t to RESCALE by Jeremy Johnson · 2 years, 1 month ago
  69. 7edb34c Initialize accumulator with bias value for CONV3D by Eric Kunze · 2 years, 1 month ago
  70. 67a9155 Adjust divisor calculation by Eric Kunze · 2 years, 5 months ago
  71. 0e46364 Fix for NEGATE using 32-bit accumulator by Jeremy Johnson · 2 years, 2 months ago
  72. 4a6fb9b Update tensor ops ERROR_IF criteria by Jeremy Johnson · 2 years, 2 months ago
  73. 7de9b45 Add missing REQUIREs check to REDUCE_SUM in refmodel by Jeremy Johnson · 2 years, 3 months ago
  74. 81ee53d Add missing REQUIRE to NEGATE op by Jeremy Johnson · 2 years, 3 months ago
  75. 615feee Fix refmodel LOGICAL_XOR (was incorrectly LOGICAL_OR) by Jeremy Johnson · 2 years, 4 months ago
  76. 830add4 Rework divisor calculation for AVGPOOL2D by Eric Kunze · 2 years, 5 months ago
  77. 66bad80 Fix for LOGICAL_LEFT/RIGHT_SHIFT shift values by Jeremy Johnson · 2 years, 5 months ago
  78. 9fe1724 More ERROR_IF to check attribute for convolution ops by Kevin Cheng · 2 years, 8 months ago
  79. 1c3c847 Check valid broadcastable shape for binary and ternary ops by Kevin Cheng · 2 years, 8 months ago
  80. f3e016f more ERROR_IF fixes by Kevin Cheng · 2 years, 8 months ago
  81. 8079480 Fix for tensor_ops.cc by Kevin Cheng · 2 years, 8 months ago
  82. fe392ce Changes for 0.23.0 release by Kevin Cheng · 2 years, 8 months ago
  83. 6e52866 Fix typo in Concat ERROR_IF by Kevin Cheng · 2 years, 8 months ago
  84. 58026d6 Fix pool2d generation and check to match specification by Jeremy Johnson · 2 years, 8 months ago
  85. 5d00c69 Add ERROR_IF to control flow ops. by Kevin Cheng · 2 years, 8 months ago
  86. cc61be3 More ERROR_IF supports by Kevin Cheng · 2 years, 9 months ago
  87. 7eb93d7 Catch ERROR_IF on AVG_POOL2D and MAX_POOL2D by Kevin Cheng · 2 years, 9 months ago
  88. ec5586c Fix reduction ERROR_IF cases by Kevin Cheng · 2 years, 9 months ago
  89. 478101b Couple of reference model fixes by Kevin Cheng · 2 years, 9 months ago
  90. c72b59c Fixes to pass NEGATE op test. by Kevin Cheng · 2 years, 9 months ago
  91. 903763c Add SUBGRAPH_ERROR_IF() to catch graph-level error. by Kevin Cheng · 2 years, 9 months ago
  92. 269e898 Remove ReluN op. by Kevin Cheng · 2 years, 9 months ago
  93. c42addc Removing rank 0 broadcast in binary op. by Kevin Cheng · 2 years, 9 months ago
  94. 6132cfe Add stride larger than dimension error_if check for resize by Matthew Haddon · 2 years, 9 months ago
  95. 1918e8a Add maximum dimension check ERROR_IF in RESIZE. by Kevin Cheng · 2 years, 10 months ago
  96. 1533b85 Implement Conv3D kernel. by Kevin Cheng · 2 years, 10 months ago
  97. 93a1628 Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConv by Kevin Cheng · 2 years, 10 months ago
  98. 9034747 Add saturation REQUIREs for ADD,SUB,MUL,INTDIV by Jeremy Johnson · 2 years, 10 months ago
  99. 459443c Rename DIV operator to INTDIV by Matthew Haddon · 2 years, 10 months ago
  100. acb550f Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() or ERROR_IF() by Kevin Cheng · 3 years ago