1. 8690a08 [reference model] Add shape operators by Tai Ly · 6 months ago
  2. 9f5febe Main Compliance testing for TILE by Jeremy Johnson · 5 months ago
  3. 3eafe66 Main Compliance testing for CONCAT by Jeremy Johnson · 5 months ago
  4. 7b9abce Main Compliance testing for SELECT by Jeremy Johnson · 5 months ago
  5. a3961d0 Main Conformance: Add CONV2D f32 test with zero padding by Jeremy Johnson · 6 months ago
  6. bd80196 Main Compliance: REDUCE_PRODUCT support by Jeremy Johnson · 6 months ago
  7. d80ea5e Main Conformance: Re-adjust TANH compliance check by Jeremy Johnson · 6 months ago
  8. 54bb61e Fix dynamic_input_shape referenced before assignment error by Jerry Ge · 6 months ago
  9. 28811d9 Add basic framework test cases for dynamic shapes by Jerry Ge · 7 months ago
  10. e1e611d Remove inferred dimension from RESHAPE by Jeremy Johnson · 6 months ago
  11. a8420ad Main Compliance testing for SCATTER and GATHER by Jeremy Johnson · 6 months ago
  12. 194fe31 Enforce no output rewrite REQUIRE in SCATTER by Jeremy Johnson · 6 months ago
  13. aba7952 Rectify coverage loss due to FP16 compliance by Jeremy Johnson · 6 months ago
  14. 39f3434 Path fixes for ref model and libraries by Jeremy Johnson · 7 months ago
  15. 534923d Change TANH, SIGMOID to ABS_ERROR compliance by Jeremy Johnson · 7 months ago
  16. 718f347 Main Compliance FP16 support - generate and verify. by Jeremy Johnson · 7 months ago
  17. fe79acc Main Compliance testing support for RESHAPE by Jeremy Johnson · 7 months ago
  18. 708da82 Main Compliance testing support for CAST by Jeremy Johnson · 7 months ago
  19. 3047625 Adjust random data ranges for Main Compliance to avoid FP inf and nan by Jeremy Johnson · 7 months ago
  20. a015001 Main Compliance testing support for COMPARISON ops by Jeremy Johnson · 7 months ago
  21. 0bbd8bc Main Compliance testing support for LOG and ACTIVATIONs by Jeremy Johnson · 7 months ago
  22. 6ce3502 Verify library fix to only accept FP64 ref data by Jeremy Johnson · 7 months ago
  23. 0601f80 Main Compliance testing support for AVG_POOL2D by Jeremy Johnson · 7 months ago
  24. d3797f0 [reference_model] add local_bound attribute to test_gen by Tai Ly · 7 months ago
  25. 30a41db Fix FP16, BF16 data ranges for conformance tests by Jeremy Johnson · 7 months ago
  26. 9a75838 Main Compliance testing support for EXP & POW by Jeremy Johnson · 7 months ago
  27. 2d70ac4 Main Compliance testing for simple UNARY ops by Jeremy Johnson · 7 months ago
  28. aee62af Main Compliance testing for FULLY_CONNECTED by Jeremy Johnson · 8 months ago
  29. bfc5303 Main Compliance testing support for ARGMAX, REDUCE_SUM/MAX/MIN by Jeremy Johnson · 8 months ago
  30. 7bf0cb9 Main Compliance testing support for ADD, SUB, MINIMUM and MAXIMUM by Jeremy Johnson · 8 months ago
  31. a4d907e Main compliance testing support for MUL by Jeremy Johnson · 8 months ago
  32. d1a08ce Compliance mode testing for CONV2D by Jeremy Johnson · 8 months ago
  33. 72dcab7 Allow more integer types in result check. by Jeremy Johnson · 8 months ago
  34. d41feb7 Compliance testing support for MAX_POOL2D & PAD by Jeremy Johnson · 8 months ago
  35. fc5e34e Improve verfiy and generate library validation by Jeremy Johnson · 8 months ago
  36. fd8c8fe Improve conformance backward version support by Jeremy Johnson · 8 months ago
  37. 65ba809 Data generator library python interface added by Jeremy Johnson · 8 months ago
  38. 9c2fe6e Conformance simple backward version and binary files support by Jeremy Johnson · 9 months ago
  39. e2b5e87 Support for compliance checking testing by Jeremy Johnson · 9 months ago
  40. bb0935f Update verifier library data-type support by Jeremy Johnson · 9 months ago
  41. f0348ea Refactor path arguments to tosa-tools by Jeremy Johnson · 9 months ago
  42. f9c0cee Add 0-rank tensor support for concat in framework test by Won Jeon · 9 months ago
  43. cf84bc9 [reference_model] Support StatefulOps and the tests for CallOnceOp by Tai Ly · 9 months ago
  44. 48df8c7 Build compliance verifier library with a python interface. by Jeremy Johnson · 9 months ago
  45. 51779fd Restore coverage for conformance MATMUL by Jeremy Johnson · 9 months ago
  46. 76c6a55 Fixes for conformance generator tags and test selection by Jeremy Johnson · 9 months ago
  47. 1271c44 Initial lazy data-gen and compliance test build support by Jeremy Johnson · 10 months ago
  48. 77fc614 Add desc.json schema validation with compliance/data_gen extensions by Jeremy Johnson · 10 months ago
  49. 7935972 [reference model] Fix dim test generation by Tai Ly · 10 months ago v0.90a0
  50. 0633c3a Fix conformance regressions due to type and region changes. by Jeremy Johnson · 10 months ago
  51. a21b2e8 Add DIM operator to reference model by Won Jeon · 10 months ago
  52. e024748 Remove `"` from the search pattern `"tosa.*"` by TatWai Chong · 1 year, 1 month ago
  53. 898d3a2 Re-write json2numpy tests by Jeremy Johnson · 11 months ago
  54. c1d1c63 Deprecation of parts of TOSA conformance by Jeremy Johnson · 11 months ago
  55. 3403ded Update Framework compiler script by Eric Kunze · 11 months ago
  56. 55363fd Update serialization library submodule by Jeremy Johnson · 11 months ago
  57. 97b0027 Update framework tools to add name in json by Eric Kunze · 11 months ago
  58. 95961cc Add Verif Conformance README by Jeremy Johnson · 1 year ago
  59. c1e1343 Update flatbuffer version and fix json2numpy test by Eric Kunze · 11 months ago
  60. 6c93f41 Fix size mismatch of placeholders for broadcast fuzzing by Won Jeon · 12 months ago
  61. dd14c1b Add reference model framework test for INT8 squared difference by Won Jeon · 12 months ago
  62. d69e283 Enable framework generator to save numpy files in native dtypes by Jerry Ge · 12 months ago
  63. e2325d1 Add a parameter to tensor generation function to disable fuzzing by Won Jeon · 1 year ago
  64. 78155c6 Add support for ERF operator to reference model by Won Jeon · 1 year ago
  65. fe36fa9 Add tf broadcast-to testing by Tai Ly · 1 year, 1 month ago
  66. abdac23 Fix framework test generator with custom_shapes by Jerry Ge · 1 year ago
  67. 135c955 Add ERROR_IF to incorrect broadcast shapes by Jerry Ge · 1 year, 1 month ago
  68. cb7201e Add accumtype to tf/tfl framework tests by Jerry Ge · 1 year, 1 month ago
  69. 5dd5a55 Support custom_shapes for framework test generation by Jerry Ge · 1 year, 1 month ago
  70. 264f7fa Add support for one dimension of size -1 in ReshapeOp by Jerry Ge · 1 year, 2 months ago
  71. 7e59681 8K level: rank 6 ARGMAX tests by Jeremy Johnson · 1 year, 1 month ago
  72. 0bd4ec8 Refactor ref_model rank checking and add level check to argmax by Jerry Ge · 1 year, 2 months ago
  73. a4d748b [reference model] Add precise mode by Tai Ly · 1 year, 3 months ago
  74. 0c71686 8K levels: Tensor op tests kernel/stride at 8192 maximums by Jeremy Johnson · 1 year, 2 months ago
  75. b209970 8K level: RESIZE scaling at 64 maximum by Jeremy Johnson · 1 year, 2 months ago
  76. a793f46 Add level checking to TOSA Ref model by Jerry Ge · 1 year, 2 months ago
  77. 714aa60 Add framework tests for tfl.real and tfl.imag by Luke Hutton · 1 year, 4 months ago
  78. fd05bb3 8K level: rank 6 tests support using generator groups by Jeremy Johnson · 1 year, 4 months ago
  79. b1f2501 Add positive/negative random number generator for Rsqrt by Jerry Ge · 1 year, 4 months ago
  80. 4ca8f64 Add CONST INT48 support to conformance. by Jeremy Johnson · 1 year, 4 months ago
  81. e81b2ba Update framework test choices - SPLIT, RESIZE by Jeremy Johnson · 1 year, 3 months ago v0.60.2
  82. 762418f Remove 1x7x7x479 from the test size list by Eric Kunze · 1 year, 3 months ago v0.60.1
  83. c937609 Prevent generating test case when align_corners and half_pixel are both true in nearest mode by Jerry Ge · 1 year, 3 months ago
  84. 2eea5bf Add framework tests for TFL.Relu0To1Op by Jerry Ge · 1 year, 8 months ago
  85. 0cef07e Refactor resize test builder by TatWai Chong · 1 year, 4 months ago
  86. a56e137 Add test case against Add Quantized Int8 by Jerry Ge · 1 year, 4 months ago
  87. 6ad6d6e Extend reduce_all to test with tflite by TatWai Chong · 1 year, 7 months ago
  88. 0df72e9 CONV2D/CONV3D/DEPTHWISE_CONV2D Test Regen for ofm_depth bugfix by James Ward · 1 year, 4 months ago
  89. a4e48ca Update rank limits for SLICE, TILE and TRANSPOSE by Luke Hutton · 1 year, 4 months ago
  90. 2226f90 Extend pad tests to include quantized type and explicit pad value. by TatWai Chong · 1 year, 4 months ago
  91. 681e0a8 Create MI tests for Tensors: TRANSPOSE_CONV2D by James Ward · 1 year, 4 months ago
  92. 30124a8 Bug fixes for max-batch-size/ofm-depth by James Ward · 1 year, 5 months ago
  93. c5d7593 Create MI tests for Tensor: FFT2D & RFFT2D by Jeremy Johnson · 1 year, 4 months ago
  94. ae7a81c Create MI tests for Tensor: CONV3D by Jeremy Johnson · 1 year, 5 months ago
  95. ae25b93 Create MI tests for Tensors: DEPTHWISE_CONV2D by James Ward · 1 year, 4 months ago
  96. 6587242 Add tests for INT48 CONST support by Luke Hutton · 1 year, 4 months ago
  97. 6013685 Select new TFLite SPLIT tests by Jeremy Johnson · 1 year, 4 months ago
  98. 5728713 Add FFT2d to the reference model by Luke Hutton · 1 year, 4 months ago
  99. dd3e9aa Adjust ERROR_IF tests generated for tosa-mi profile by Jeremy Johnson · 1 year, 4 months ago
  100. 8384a6f Create MI tests for Tensors: AVG_POOL2D, FULLY_CONNECTED, MATMUL by James Ward · 1 year, 5 months ago