1. 2c34b46 Add support for FP8 to reference model by Won Jeon · 5 months ago
  2. 587cc84 Update test builder internal interfaces by Jeremy Johnson · 5 months ago
  3. 01e1c1c Improve Avg_Pool2D ErrorIf Testing by Jeremy Johnson · 5 months ago
  4. 59d8f50 Fix REDUCE ops to support 8k MAX_RANK by Jeremy Johnson · 5 months ago
  5. 32d0b5a Main Compliance: Add RESIZE support by Jeremy Johnson · 5 months ago
  6. 6f57e6e Main Compliance: RFFT2D support by Jeremy Johnson · 5 months ago
  7. 47ab176 Main Compliance testing for CONV3D by evacha01 · 5 months ago
  8. c833081 Main Compliance: FFT2D support by Jeremy Johnson · 5 months ago
  9. 9847722 Main Compliance testing for TRANSPOSE, REVERSE, and CONST by evacha01 · 5 months ago
  10. f15bad8 [testing] Switch to using shape type for start and size of slice by TatWai Chong · 5 months ago
  11. e095da7 [ref model] Change PadOp's padding to Shape by Tai Ly · 5 months ago
  12. fc4bde9 Fix up shape operator test errors by Jeremy Johnson · 5 months ago
  13. 95a6710 Main Compliance: TRANSPOSE_CONV2D support by Jeremy Johnson · 6 months ago
  14. 4f93130 Main Compliance: DEPTHWISE_CONV2D support by Jeremy Johnson · 6 months ago
  15. 7f7d425 Main Compliance testing for SLICE by evacha01 · 5 months ago
  16. c529169 Save Int8/UInt8 reference outputs to native dtypes by Jerry Ge · 6 months ago
  17. 74342e5 Add conformance testing for shape operators by Won Jeon · 6 months ago
  18. bef907a Add dynamic space_to_batch to the framework test by TatWai Chong · 5 months ago
  19. 6a46b25 Shape infer dynamic model to static model prior to execution. by TatWai Chong · 6 months ago
  20. 64e4bfe Update RESHAPE and TILE conformance testing by Won Jeon · 5 months ago
  21. 8690a08 [reference model] Add shape operators by Tai Ly · 6 months ago
  22. 9f5febe Main Compliance testing for TILE by Jeremy Johnson · 5 months ago
  23. 3eafe66 Main Compliance testing for CONCAT by Jeremy Johnson · 6 months ago
  24. 7b9abce Main Compliance testing for SELECT by Jeremy Johnson · 6 months ago
  25. a3961d0 Main Conformance: Add CONV2D f32 test with zero padding by Jeremy Johnson · 6 months ago
  26. bd80196 Main Compliance: REDUCE_PRODUCT support by Jeremy Johnson · 6 months ago
  27. d80ea5e Main Conformance: Re-adjust TANH compliance check by Jeremy Johnson · 6 months ago
  28. 54bb61e Fix dynamic_input_shape referenced before assignment error by Jerry Ge · 6 months ago
  29. 28811d9 Add basic framework test cases for dynamic shapes by Jerry Ge · 7 months ago
  30. e1e611d Remove inferred dimension from RESHAPE by Jeremy Johnson · 7 months ago
  31. a8420ad Main Compliance testing for SCATTER and GATHER by Jeremy Johnson · 7 months ago
  32. 194fe31 Enforce no output rewrite REQUIRE in SCATTER by Jeremy Johnson · 7 months ago
  33. aba7952 Rectify coverage loss due to FP16 compliance by Jeremy Johnson · 7 months ago
  34. 39f3434 Path fixes for ref model and libraries by Jeremy Johnson · 7 months ago
  35. 534923d Change TANH, SIGMOID to ABS_ERROR compliance by Jeremy Johnson · 7 months ago
  36. 718f347 Main Compliance FP16 support - generate and verify. by Jeremy Johnson · 7 months ago
  37. fe79acc Main Compliance testing support for RESHAPE by Jeremy Johnson · 7 months ago
  38. 708da82 Main Compliance testing support for CAST by Jeremy Johnson · 7 months ago
  39. 3047625 Adjust random data ranges for Main Compliance to avoid FP inf and nan by Jeremy Johnson · 7 months ago
  40. a015001 Main Compliance testing support for COMPARISON ops by Jeremy Johnson · 7 months ago
  41. 0bbd8bc Main Compliance testing support for LOG and ACTIVATIONs by Jeremy Johnson · 8 months ago
  42. 6ce3502 Verify library fix to only accept FP64 ref data by Jeremy Johnson · 7 months ago
  43. 0601f80 Main Compliance testing support for AVG_POOL2D by Jeremy Johnson · 8 months ago
  44. d3797f0 [reference_model] add local_bound attribute to test_gen by Tai Ly · 7 months ago
  45. 30a41db Fix FP16, BF16 data ranges for conformance tests by Jeremy Johnson · 7 months ago
  46. 9a75838 Main Compliance testing support for EXP & POW by Jeremy Johnson · 8 months ago
  47. 2d70ac4 Main Compliance testing for simple UNARY ops by Jeremy Johnson · 8 months ago
  48. aee62af Main Compliance testing for FULLY_CONNECTED by Jeremy Johnson · 8 months ago
  49. bfc5303 Main Compliance testing support for ARGMAX, REDUCE_SUM/MAX/MIN by Jeremy Johnson · 8 months ago
  50. 7bf0cb9 Main Compliance testing support for ADD, SUB, MINIMUM and MAXIMUM by Jeremy Johnson · 8 months ago
  51. a4d907e Main compliance testing support for MUL by Jeremy Johnson · 8 months ago
  52. d1a08ce Compliance mode testing for CONV2D by Jeremy Johnson · 8 months ago
  53. 72dcab7 Allow more integer types in result check. by Jeremy Johnson · 8 months ago
  54. d41feb7 Compliance testing support for MAX_POOL2D & PAD by Jeremy Johnson · 9 months ago
  55. fc5e34e Improve verfiy and generate library validation by Jeremy Johnson · 8 months ago
  56. fd8c8fe Improve conformance backward version support by Jeremy Johnson · 8 months ago
  57. 65ba809 Data generator library python interface added by Jeremy Johnson · 9 months ago
  58. 9c2fe6e Conformance simple backward version and binary files support by Jeremy Johnson · 9 months ago
  59. e2b5e87 Support for compliance checking testing by Jeremy Johnson · 10 months ago
  60. bb0935f Update verifier library data-type support by Jeremy Johnson · 10 months ago
  61. f0348ea Refactor path arguments to tosa-tools by Jeremy Johnson · 9 months ago
  62. f9c0cee Add 0-rank tensor support for concat in framework test by Won Jeon · 9 months ago
  63. cf84bc9 [reference_model] Support StatefulOps and the tests for CallOnceOp by Tai Ly · 10 months ago
  64. 48df8c7 Build compliance verifier library with a python interface. by Jeremy Johnson · 10 months ago
  65. 51779fd Restore coverage for conformance MATMUL by Jeremy Johnson · 10 months ago
  66. 76c6a55 Fixes for conformance generator tags and test selection by Jeremy Johnson · 10 months ago
  67. 1271c44 Initial lazy data-gen and compliance test build support by Jeremy Johnson · 10 months ago
  68. 77fc614 Add desc.json schema validation with compliance/data_gen extensions by Jeremy Johnson · 10 months ago
  69. 7935972 [reference model] Fix dim test generation by Tai Ly · 10 months ago v0.90a0
  70. 0633c3a Fix conformance regressions due to type and region changes. by Jeremy Johnson · 10 months ago
  71. a21b2e8 Add DIM operator to reference model by Won Jeon · 11 months ago
  72. e024748 Remove `"` from the search pattern `"tosa.*"` by TatWai Chong · 1 year, 1 month ago
  73. 898d3a2 Re-write json2numpy tests by Jeremy Johnson · 11 months ago
  74. c1d1c63 Deprecation of parts of TOSA conformance by Jeremy Johnson · 11 months ago
  75. 3403ded Update Framework compiler script by Eric Kunze · 11 months ago
  76. 55363fd Update serialization library submodule by Jeremy Johnson · 11 months ago
  77. 97b0027 Update framework tools to add name in json by Eric Kunze · 11 months ago
  78. 95961cc Add Verif Conformance README by Jeremy Johnson · 1 year, 1 month ago
  79. c1e1343 Update flatbuffer version and fix json2numpy test by Eric Kunze · 11 months ago
  80. 6c93f41 Fix size mismatch of placeholders for broadcast fuzzing by Won Jeon · 12 months ago
  81. dd14c1b Add reference model framework test for INT8 squared difference by Won Jeon · 12 months ago
  82. d69e283 Enable framework generator to save numpy files in native dtypes by Jerry Ge · 12 months ago
  83. e2325d1 Add a parameter to tensor generation function to disable fuzzing by Won Jeon · 1 year, 1 month ago
  84. 78155c6 Add support for ERF operator to reference model by Won Jeon · 1 year, 1 month ago
  85. fe36fa9 Add tf broadcast-to testing by Tai Ly · 1 year, 1 month ago
  86. abdac23 Fix framework test generator with custom_shapes by Jerry Ge · 1 year, 1 month ago
  87. 135c955 Add ERROR_IF to incorrect broadcast shapes by Jerry Ge · 1 year, 1 month ago
  88. cb7201e Add accumtype to tf/tfl framework tests by Jerry Ge · 1 year, 1 month ago
  89. 5dd5a55 Support custom_shapes for framework test generation by Jerry Ge · 1 year, 1 month ago
  90. 264f7fa Add support for one dimension of size -1 in ReshapeOp by Jerry Ge · 1 year, 2 months ago
  91. 7e59681 8K level: rank 6 ARGMAX tests by Jeremy Johnson · 1 year, 2 months ago
  92. 0bd4ec8 Refactor ref_model rank checking and add level check to argmax by Jerry Ge · 1 year, 2 months ago
  93. a4d748b [reference model] Add precise mode by Tai Ly · 1 year, 3 months ago
  94. 0c71686 8K levels: Tensor op tests kernel/stride at 8192 maximums by Jeremy Johnson · 1 year, 3 months ago
  95. b209970 8K level: RESIZE scaling at 64 maximum by Jeremy Johnson · 1 year, 3 months ago
  96. a793f46 Add level checking to TOSA Ref model by Jerry Ge · 1 year, 3 months ago
  97. 714aa60 Add framework tests for tfl.real and tfl.imag by Luke Hutton · 1 year, 5 months ago
  98. fd05bb3 8K level: rank 6 tests support using generator groups by Jeremy Johnson · 1 year, 5 months ago
  99. b1f2501 Add positive/negative random number generator for Rsqrt by Jerry Ge · 1 year, 4 months ago
  100. 4ca8f64 Add CONST INT48 support to conformance. by Jeremy Johnson · 1 year, 4 months ago