1. 0306fb6 RFFT2D, refmodel. Correct code when size is one by Dmitriy Smirnov · 10 weeks ago
  2. f36f256 [ref model] Add acc_type to Conv Ops by Tai Ly · 3 months ago
  3. e67115e Add missing FP8 definition and instantiation for FULLY_CONNNECTED op by Won Jeon · 3 months ago
  4. 8ead6c4 [reference_model] tosa.fb name changes by Tai Ly · 4 months ago
  5. 2c34b46 Add support for FP8 to reference model by Won Jeon · 4 months ago
  6. 6f57e6e Main Compliance: RFFT2D support by Jeremy Johnson · 5 months ago
  7. c833081 Main Compliance: FFT2D support by Jeremy Johnson · 5 months ago
  8. ac40bd1 Correct Fully Connected Validation Logic by Jack Frankland · 7 months ago
  9. fd8fde8 [reference_model] Add local_bound support by Tai Ly · 7 months ago
  10. 29e46cf Fix AvgPool2D regression by James Ward · 8 months ago
  11. 5a9e0cd Fix AVG_POOL2D bad_alloc with large kernel sizes by James Ward · 8 months ago
  12. a641dd5 Add support for bias broadcasting by Tai Ly · 10 months ago
  13. be2e87c Update formatting based on clang-format 14 by Eric Kunze · 11 months ago
  14. 9c9c8da Run clang-format and update copyright by Jerry Ge · 11 months ago
  15. 307392a Add abs calculations under precise_mode by Tai Ly · 1 year, 1 month ago
  16. 0bd4ec8 Refactor ref_model rank checking and add level check to argmax by Jerry Ge · 1 year, 2 months ago
  17. a4d748b [reference model] Add precise mode by Tai Ly · 1 year, 3 months ago
  18. 44eb88d AVG_POOL2D - Fix for stride renaming mistake by Jeremy Johnson · 1 year, 2 months ago
  19. a793f46 Add level checking to TOSA Ref model by Jerry Ge · 1 year, 2 months ago
  20. 5728713 Add FFT2d to the reference model by Luke Hutton · 1 year, 4 months ago
  21. d34b3fc Remove accumulator attributes from all but AVG_POOL2D by James Ward · 1 year, 5 months ago
  22. 261b7b6 Add RFFT2d to the reference model by Luke Hutton · 1 year, 5 months ago
  23. 24dbc42 Add BF16 support to reference model by James Ward · 1 year, 8 months ago
  24. bc2a3db Rename FLOAT type to FP32 by Jeremy Johnson · 1 year, 9 months ago
  25. 8b39043 Reference model changes for fp16 support by James Ward · 1 year, 10 months ago
  26. fd62905 Update framework test generator to support TF/TFL conv3d. by TatWai Chong · 1 year, 11 months ago
  27. c1a9783 Align padding for transpose_conv2d to match spec by Eric Kunze · 2 years ago
  28. f733783 Fix reference model use of weight zero point by Eric Kunze · 2 years ago v0.30 v0.30.0
  29. b5fabec Remove quantization info from serialization attributes by Eric Kunze · 2 years ago
  30. 24594f5 Update transpose_conv2d to align with TOSA spec by TatWai Chong · 2 years ago
  31. 61f6622 Remove dilation from transpose_conv2d op by Eric Kunze · 2 years, 1 month ago
  32. 86c403b Align the serialization schema with TOSA 0.24.0 specification by TatWai Chong · 2 years ago
  33. 7edb34c Initialize accumulator with bias value for CONV3D by Eric Kunze · 2 years, 1 month ago
  34. 67a9155 Adjust divisor calculation by Eric Kunze · 2 years, 5 months ago
  35. 4a6fb9b Update tensor ops ERROR_IF criteria by Jeremy Johnson · 2 years, 2 months ago
  36. 830add4 Rework divisor calculation for AVGPOOL2D by Eric Kunze · 2 years, 5 months ago
  37. 9fe1724 More ERROR_IF to check attribute for convolution ops by Kevin Cheng · 2 years, 7 months ago
  38. 8079480 Fix for tensor_ops.cc by Kevin Cheng · 2 years, 8 months ago
  39. 58026d6 Fix pool2d generation and check to match specification by Jeremy Johnson · 2 years, 8 months ago
  40. cc61be3 More ERROR_IF supports by Kevin Cheng · 2 years, 8 months ago
  41. 7eb93d7 Catch ERROR_IF on AVG_POOL2D and MAX_POOL2D by Kevin Cheng · 2 years, 8 months ago
  42. 1533b85 Implement Conv3D kernel. by Kevin Cheng · 2 years, 10 months ago
  43. 93a1628 Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConv by Kevin Cheng · 2 years, 10 months ago
  44. acb550f Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() or ERROR_IF() by Kevin Cheng · 3 years ago
  45. 2d60f00 adding batch dimension to MatMul. by Kevin Cheng · 3 years ago
  46. 550ccc5 Replace serialization/ and verif/ with MLPlatform's serialization_lib submodule by Kevin Cheng · 3 years, 4 months ago
  47. 3a47857 Remove AINT8 by Kevin Cheng · 3 years, 5 months ago
  48. 99bea14 Update apply_scale_32() by Kevin Cheng · 3 years, 8 months ago
  49. e5e2676 Initial checkin of TOSA reference_model and tests by Eric Kunze · 3 years, 8 months ago