1. cb7e029 Fix logical right shift operator for signed negative integers by Won Jeon · 11 months ago v0.60
  2. 57bc079 Update CAST fp to int rounding by Eric Kunze · 1 year, 4 months ago
  3. a4e48ca Update rank limits for SLICE, TILE and TRANSPOSE by Luke Hutton · 1 year, 3 months ago
  4. 5728713 Add FFT2d to the reference model by Luke Hutton · 1 year, 3 months ago
  5. d34b3fc Remove accumulator attributes from all but AVG_POOL2D by James Ward · 1 year, 4 months ago
  6. 736fd1a Create MI tests for Type Conversion: CAST by James Ward · 1 year, 4 months ago
  7. 261b7b6 Add RFFT2d to the reference model by Luke Hutton · 1 year, 4 months ago
  8. eef8667 Fix for sign extending LOGICAL LEFT/RIGHT SHIFT results by Jeremy Johnson · 1 year, 4 months ago
  9. 3407125 Create MI tests for Activation: CLAMP; Data Layout: PAD by James Ward · 1 year, 5 months ago
  10. df628d4 Update for RESCALE spec apply_add clarification by Jeremy Johnson · 1 year, 4 months ago
  11. 9e94af8 Reference model update for control flow operators support by Jerry Ge · 1 year, 7 months ago
  12. 98c281f Add explicit template instantiations for abstract classes by Jared Smolens · 1 year, 5 months ago
  13. a682749 Fix reference model memory leaks for the following ops by Jerry Ge · 1 year, 6 months ago
  14. ee25669 FP16 improvements by James Ward · 1 year, 6 months ago
  15. a633bc6 Fix the floating point precision issue for Sigmoid FP32 by Jerry Ge · 1 year, 6 months ago
  16. 52460a8 Zero point addition in RESCALE should be int32 by Eric Kunze · 1 year, 6 months ago
  17. 24dbc42 Add BF16 support to reference model by James Ward · 1 year, 7 months ago
  18. bc2a3db Rename FLOAT type to FP32 by Jeremy Johnson · 1 year, 8 months ago
  19. 8b39043 Reference model changes for fp16 support by James Ward · 1 year, 9 months ago
  20. fd62905 Update framework test generator to support TF/TFL conv3d. by TatWai Chong · 1 year, 10 months ago
  21. c1a9783 Align padding for transpose_conv2d to match spec by Eric Kunze · 1 year, 11 months ago
  22. d511f9e Enabled 16-bit TABLE REQUIRE statement by Jerry Ge · 1 year, 9 months ago
  23. 3c59d5d Check that the shape calculation for PAD is correct by Eric Kunze · 1 year, 9 months ago
  24. f732609 Update TOSA resize to match specification by TatWai Chong · 2 years ago
  25. f733783 Fix reference model use of weight zero point by Eric Kunze · 1 year, 11 months ago v0.30 v0.30.0
  26. b5fabec Remove quantization info from serialization attributes by Eric Kunze · 2 years ago
  27. 24594f5 Update transpose_conv2d to align with TOSA spec by TatWai Chong · 2 years ago
  28. 61f6622 Remove dilation from transpose_conv2d op by Eric Kunze · 2 years ago
  29. ec0327d Change size check in TILE to ERROR_IF by Eric Kunze · 2 years ago
  30. 86c403b Align the serialization schema with TOSA 0.24.0 specification by TatWai Chong · 2 years ago
  31. c23fc3b Remove RESHAPE -1 dimensions support by Jeremy Johnson · 2 years ago
  32. f7f78ae Add support for uint16_t to RESCALE by Jeremy Johnson · 2 years ago
  33. 7edb34c Initialize accumulator with bias value for CONV3D by Eric Kunze · 2 years ago
  34. 67a9155 Adjust divisor calculation by Eric Kunze · 2 years, 4 months ago
  35. 0e46364 Fix for NEGATE using 32-bit accumulator by Jeremy Johnson · 2 years, 1 month ago
  36. 4a6fb9b Update tensor ops ERROR_IF criteria by Jeremy Johnson · 2 years, 1 month ago
  37. 7de9b45 Add missing REQUIREs check to REDUCE_SUM in refmodel by Jeremy Johnson · 2 years, 1 month ago
  38. 81ee53d Add missing REQUIRE to NEGATE op by Jeremy Johnson · 2 years, 2 months ago
  39. 615feee Fix refmodel LOGICAL_XOR (was incorrectly LOGICAL_OR) by Jeremy Johnson · 2 years, 2 months ago
  40. 830add4 Rework divisor calculation for AVGPOOL2D by Eric Kunze · 2 years, 4 months ago
  41. 66bad80 Fix for LOGICAL_LEFT/RIGHT_SHIFT shift values by Jeremy Johnson · 2 years, 4 months ago
  42. 9fe1724 More ERROR_IF to check attribute for convolution ops by Kevin Cheng · 2 years, 6 months ago
  43. 1c3c847 Check valid broadcastable shape for binary and ternary ops by Kevin Cheng · 2 years, 6 months ago
  44. f3e016f more ERROR_IF fixes by Kevin Cheng · 2 years, 7 months ago
  45. 8079480 Fix for tensor_ops.cc by Kevin Cheng · 2 years, 7 months ago
  46. fe392ce Changes for 0.23.0 release by Kevin Cheng · 2 years, 7 months ago
  47. 6e52866 Fix typo in Concat ERROR_IF by Kevin Cheng · 2 years, 7 months ago
  48. 58026d6 Fix pool2d generation and check to match specification by Jeremy Johnson · 2 years, 7 months ago
  49. 5d00c69 Add ERROR_IF to control flow ops. by Kevin Cheng · 2 years, 7 months ago
  50. cc61be3 More ERROR_IF supports by Kevin Cheng · 2 years, 7 months ago
  51. 7eb93d7 Catch ERROR_IF on AVG_POOL2D and MAX_POOL2D by Kevin Cheng · 2 years, 7 months ago
  52. ec5586c Fix reduction ERROR_IF cases by Kevin Cheng · 2 years, 7 months ago
  53. 478101b Couple of reference model fixes by Kevin Cheng · 2 years, 8 months ago
  54. c72b59c Fixes to pass NEGATE op test. by Kevin Cheng · 2 years, 8 months ago
  55. 903763c Add SUBGRAPH_ERROR_IF() to catch graph-level error. by Kevin Cheng · 2 years, 8 months ago
  56. 269e898 Remove ReluN op. by Kevin Cheng · 2 years, 8 months ago
  57. c42addc Removing rank 0 broadcast in binary op. by Kevin Cheng · 2 years, 8 months ago
  58. 6132cfe Add stride larger than dimension error_if check for resize by Matthew Haddon · 2 years, 8 months ago
  59. 1918e8a Add maximum dimension check ERROR_IF in RESIZE. by Kevin Cheng · 2 years, 8 months ago
  60. 1533b85 Implement Conv3D kernel. by Kevin Cheng · 2 years, 9 months ago
  61. 93a1628 Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConv by Kevin Cheng · 2 years, 9 months ago
  62. 9034747 Add saturation REQUIREs for ADD,SUB,MUL,INTDIV by Jeremy Johnson · 2 years, 9 months ago
  63. 459443c Rename DIV operator to INTDIV by Matthew Haddon · 2 years, 9 months ago
  64. acb550f Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() or ERROR_IF() by Kevin Cheng · 2 years, 11 months ago
  65. 2d60f00 adding batch dimension to MatMul. by Kevin Cheng · 3 years ago
  66. 571f718 Support 8-bit TABLE op. by Kevin Cheng · 3 years ago
  67. 14d7f7a Update to v0.22.0 by Kevin Cheng · 3 years ago
  68. 9257fd5 Fix OpMul for 32-bit x 32-bit inputs by Kevin Cheng · 3 years, 1 month ago
  69. 0f87c95 Support 16-bit Rescale by Kevin Cheng · 3 years, 2 months ago
  70. ad15dfa Concat takes variadic inputs by Kevin Cheng · 3 years, 3 months ago
  71. 550ccc5 Replace serialization/ and verif/ with MLPlatform's serialization_lib submodule by Kevin Cheng · 3 years, 3 months ago
  72. cf6224e Fix bug that NegateOp doesn't clip output value by Kevin Cheng · 3 years, 1 month ago
  73. 3a47857 Remove AINT8 by Kevin Cheng · 3 years, 4 months ago
  74. 77d0f76 Update reference model/serialization library to 0.21.0 with unit tests added/updated by Kevin Cheng · 3 years, 6 months ago
  75. aee1fac Implement and add unit tests for MUL and ARITHMETIC_RIGHT_SHIFT by Kevin Cheng · 3 years, 6 months ago
  76. 99bea14 Update apply_scale_32() by Kevin Cheng · 3 years, 7 months ago
  77. e5e2676 Initial checkin of TOSA reference_model and tests by Eric Kunze · 3 years, 7 months ago