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