1. 29b0201 Fix MAXIMUM/MINIMUM handling of NaNs and zeroes by Jeremy Johnson · 2 days ago main
  2. 8ded90d Update serialization_lib for flatbuffer v24.3.7 by Tai Ly · 8 days ago
  3. 5a96ee2 Update main branch version to 1.1.0 draft by Eric Kunze · 8 days ago
  4. 69dc100 Update version to 1.0.0 draft by Eric Kunze · 13 days ago v1.00 v1.0.0-rc0
  5. 0c91367 Update float8 header and namespace by Won Jeon · 13 days ago
  6. b5fcfc0 [reference_model] Remove output_shape from transpose_conv2d by Suraj Sudhir · 2 weeks ago
  7. 7296e16 Remove invalid bit calculation from FP32 to FP8 by Won Jeon · 2 weeks ago
  8. 3eec59b Add extensions & profiles support to conformance generator by Won Jeon · 7 weeks ago
  9. b7f5eed Non-finite data tag for FP_SPECIAL data gen tests by evacha01 · 2 weeks ago
  10. 1eb1455 Update compliance verify checks by Jeremy Johnson · 3 weeks ago
  11. 8753f3a Improve coverage of FP Binary Ops by Jeremy Johnson · 3 weeks ago
  12. 87e287b Improve coverage of FP Unary Ops by Jeremy Johnson · 3 weeks ago
  13. 962e27d Improve coverage of FP Activation Ops by Jeremy Johnson · 3 weeks ago
  14. 0306fb6 RFFT2D, refmodel. Correct code when size is one by Dmitriy Smirnov · 3 weeks ago
  15. 7a53bb3 Fix gcc warning of comparison of different signedness integers by TatWai Chong · 2 weeks ago
  16. 862c007 Correct types of int16 and int8 input tensors for tests by Jeremy Johnson · 2 weeks ago
  17. e0ded59 Fix ARITHMETIC_RIGHT_SHIFT shift tensor type for int 8 & 16 by Jeremy Johnson · 2 weeks ago
  18. 4a20511 SPECIAL data gen mode for FP16 and FP32 by evacha01 · 8 weeks ago
  19. 5d0e9c7 [ref model] fix const/pad/clamp attribute serialization by Tai Ly · 4 weeks ago
  20. 6dc755b [ref_model] Remove assert on bad tensor type by Tai Ly · 3 weeks ago
  21. 18a379d Add rank 0 testing support by Jeremy Johnson · 5 weeks ago
  22. 3f3de01 Fix/improve SLICE test generation by Jeremy Johnson · 3 weeks ago
  23. c870d1e Generate tests with random combination of const/inputs by Jeremy Johnson · 3 weeks ago
  24. 0dac6c9 Fix the wrong QMax and QMin type assignment in rescale op by TatWai Chong · 4 weeks ago
  25. 129201d Add support for multi args in tosa_verif_build_tests by Jeremy Johnson · 4 weeks ago
  26. 9c0a507 Modify Rescale signedness check to look at attributes by Eric Kunze · 6 weeks ago
  27. ad8e1e2 Make Full Range FP16 tests into extra tests by evacha01 · 6 weeks ago
  28. 12159fc Show actual runtime value of shapeType tensors by Jerry Ge · 4 weeks ago
  29. 9a97eb6 Update README for conformance by Jeremy Johnson · 5 weeks ago
  30. 30a3684 Improve PAD coverage for main conformance by Jeremy Johnson · 5 weeks ago
  31. 5e36bde Improve CONV2D coverage for conformance by Jeremy Johnson · 7 weeks ago
  32. 08fe7a5 Take into account of `output_unsigned` in rescale operation by TatWai Chong · 6 weeks ago
  33. d5b1512 Add variable tensor fields for test descriptors by Jerry Ge · 5 weeks ago
  34. 42e183c Compliance Test Set 3 data fix by Jeremy Johnson · 6 weeks ago
  35. 8746026 Fix missing Pooling ERRORIFs by Jeremy Johnson · 5 weeks ago
  36. c444836 Fix framework test generation by Jerry Ge · 6 weeks ago
  37. 32bf901 Fix data range of int ADD/SUB ops by Jeremy Johnson · 6 weeks ago
  38. ac8c0c8 Reduce WrongRank tests to the minimum needed by Jeremy Johnson · 6 weeks ago
  39. 44d13fb Fix writeVariableTensors error in example runs by Jerry Ge · 6 weeks ago
  40. dd975b8 Fix missing/broken ERROR_IF tests by Jeremy Johnson · 9 weeks ago
  41. f36f256 [ref model] Add acc_type to Conv Ops by Tai Ly · 7 weeks ago
  42. 0a6d1de Updated build_tests to support different random generators by Jeremy Johnson · 7 months ago
  43. 60dc48c [ref model] Change Clamp and Pad attribute fields by Tai Ly · 8 weeks ago
  44. e67115e Add missing FP8 definition and instantiation for FULLY_CONNNECTED op by Won Jeon · 7 weeks ago
  45. 00dc22e Add quick testing selection default by Jeremy Johnson · 7 weeks ago
  46. 979b3fc Fix data gen changes due to new select by Jeremy Johnson · 7 weeks ago
  47. e52c0a3 Fix REDUCE_SUM compliance test creation by Jeremy Johnson · 7 weeks ago
  48. af09018 Improved test selection before test generation by Jeremy Johnson · 3 months ago
  49. 80fd9b8 Fix CONV2D WrongOutputType ERRORIF test gen by Jeremy Johnson · 7 weeks ago
  50. 1adff83 Add INT48 and INT4 datatype support to IDENTITY by evacha01 · 8 weeks ago
  51. 9c96eef FULL data gen mode for FP16 by evacha01 · 3 months ago
  52. 6e1e2bc [ref model] Change RescaleOp attrs to inputs by Tai Ly · 9 weeks ago
  53. 1d5dded Re-instate missing conformance tests by Jeremy Johnson · 8 weeks ago
  54. 3e8cb97 Fix the usage of command line arguments for reference_model by Jerry Ge · 9 weeks ago
  55. 51bd4f5 Add Tosa Sin/Cos operators by Jerry Ge · 2 months ago
  56. 1408795 Ensure only matching op conformance tests by Jeremy Johnson · 9 weeks ago
  57. b2d3bff Minor fix ups in verify lib by Jeremy Johnson · 9 weeks ago
  58. 977ee35 Unpin Numpy version by Jeremy Johnson · 9 weeks ago
  59. 0a04299 Testing support for MUL with shift as input by Jeremy Johnson · 9 weeks ago
  60. 3195a66 Fix padding value for PAD op and tensor writing to npy for FP8 by Won Jeon · 9 weeks ago
  61. 6878053 Update tensor allocator for FP16 case by Jerry Ge · 9 weeks ago
  62. 8ead6c4 [reference_model] tosa.fb name changes by Tai Ly · 3 months ago
  63. 08965d3 Verifier - change to output largest error deviance by Jeremy Johnson · 2 months ago
  64. e4c89eb Ref-model generate build warning fix by Jeremy Johnson · 2 months ago
  65. c5c2a7e [ref_model] Change resize attrs to inputs by Tai Ly · 10 weeks ago
  66. 97f1c0e Fix comparing unsigned int and int in slice evaluation by TatWai Chong · 3 months ago
  67. 20ab3df Save Int16/UINT16 test outputs to native dtypes by Jerry Ge · 3 months ago
  68. c7bfa58 Change the shift of mul to tensor type by TatWai Chong · 3 months ago
  69. 2c34b46 Add support for FP8 to reference model by Won Jeon · 3 months ago
  70. 587cc84 Update test builder internal interfaces by Jeremy Johnson · 3 months ago
  71. 01e1c1c Improve Avg_Pool2D ErrorIf Testing by Jeremy Johnson · 3 months ago
  72. 59d8f50 Fix REDUCE ops to support 8k MAX_RANK by Jeremy Johnson · 3 months ago
  73. 32d0b5a Main Compliance: Add RESIZE support by Jeremy Johnson · 3 months ago
  74. 6f57e6e Main Compliance: RFFT2D support by Jeremy Johnson · 3 months ago
  75. 47ab176 Main Compliance testing for CONV3D by evacha01 · 3 months ago
  76. cbbbafa Main Compliance: Update POW error bound by Jeremy Johnson · 3 months ago
  77. c833081 Main Compliance: FFT2D support by Jeremy Johnson · 4 months ago
  78. 9847722 Main Compliance testing for TRANSPOSE, REVERSE, and CONST by evacha01 · 3 months ago
  79. 870662b Update version to 0.100.0 draft by Eric Kunze · 3 months ago v0.100a0
  80. f15bad8 [testing] Switch to using shape type for start and size of slice by TatWai Chong · 3 months ago
  81. 01f937a Change the start and size of slice to tosa shape type by TatWai Chong · 3 months ago
  82. 39431cb Fix the improvement of the ABS_ERROR output by Jeremy Johnson · 3 months ago
  83. 6b83274 Fix verify REDUCE_PRODUCT reporting by Jeremy Johnson · 3 months ago
  84. e095da7 [ref model] Change PadOp's padding to Shape by Tai Ly · 3 months ago
  85. 455e870 Add support for input tensor of "shape" type by Dmitrii Agibov · 3 months ago
  86. fc4bde9 Fix up shape operator test errors by Jeremy Johnson · 3 months ago
  87. 95a6710 Main Compliance: TRANSPOSE_CONV2D support by Jeremy Johnson · 4 months ago
  88. 4f93130 Main Compliance: DEPTHWISE_CONV2D support by Jeremy Johnson · 4 months ago
  89. 2d7e4b1 Simplify bfloat16 truncate and verify code by Eric Kunze · 3 months ago
  90. 7f7d425 Main Compliance testing for SLICE by evacha01 · 3 months ago
  91. 66704d5 Fix logical right shift operator for signed negative integers by Won Jeon · 10 months ago
  92. c529169 Save Int8/UInt8 reference outputs to native dtypes by Jerry Ge · 4 months ago
  93. 74342e5 Add conformance testing for shape operators by Won Jeon · 4 months ago
  94. 1f75232 Fix and improve verify ABS_ERROR reporting by Jeremy Johnson · 3 months ago
  95. bef907a Add dynamic space_to_batch to the framework test by TatWai Chong · 3 months ago
  96. 6a46b25 Shape infer dynamic model to static model prior to execution. by TatWai Chong · 4 months ago
  97. 64e4bfe Update RESHAPE and TILE conformance testing by Won Jeon · 4 months ago
  98. 8690a08 [reference model] Add shape operators by Tai Ly · 5 months ago
  99. 9f5febe Main Compliance testing for TILE by Jeremy Johnson · 4 months ago
  100. 3eafe66 Main Compliance testing for CONCAT by Jeremy Johnson · 4 months ago