1. 9f5febe Main Compliance testing for TILE by Jeremy Johnson · 5 months ago
  2. 3eafe66 Main Compliance testing for CONCAT by Jeremy Johnson · 6 months ago
  3. 7b9abce Main Compliance testing for SELECT by Jeremy Johnson · 6 months ago
  4. a3961d0 Main Conformance: Add CONV2D f32 test with zero padding by Jeremy Johnson · 6 months ago
  5. bd80196 Main Compliance: REDUCE_PRODUCT support by Jeremy Johnson · 6 months ago
  6. a8420ad Main Compliance testing for SCATTER and GATHER by Jeremy Johnson · 7 months ago
  7. aba7952 Rectify coverage loss due to FP16 compliance by Jeremy Johnson · 7 months ago
  8. fe79acc Main Compliance testing support for RESHAPE by Jeremy Johnson · 7 months ago
  9. 708da82 Main Compliance testing support for CAST by Jeremy Johnson · 7 months ago
  10. 3047625 Adjust random data ranges for Main Compliance to avoid FP inf and nan by Jeremy Johnson · 7 months ago
  11. a015001 Main Compliance testing support for COMPARISON ops by Jeremy Johnson · 7 months ago
  12. 0bbd8bc Main Compliance testing support for LOG and ACTIVATIONs by Jeremy Johnson · 8 months ago
  13. 0601f80 Main Compliance testing support for AVG_POOL2D by Jeremy Johnson · 8 months ago
  14. 9a75838 Main Compliance testing support for EXP & POW by Jeremy Johnson · 8 months ago
  15. 2d70ac4 Main Compliance testing for simple UNARY ops by Jeremy Johnson · 8 months ago
  16. aee62af Main Compliance testing for FULLY_CONNECTED by Jeremy Johnson · 8 months ago
  17. bfc5303 Main Compliance testing support for ARGMAX, REDUCE_SUM/MAX/MIN by Jeremy Johnson · 8 months ago
  18. 7bf0cb9 Main Compliance testing support for ADD, SUB, MINIMUM and MAXIMUM by Jeremy Johnson · 8 months ago
  19. a4d907e Main compliance testing support for MUL by Jeremy Johnson · 8 months ago
  20. d1a08ce Compliance mode testing for CONV2D by Jeremy Johnson · 8 months ago
  21. d41feb7 Compliance testing support for MAX_POOL2D & PAD by Jeremy Johnson · 9 months ago
  22. fd8c8fe Improve conformance backward version support by Jeremy Johnson · 8 months ago
  23. 65ba809 Data generator library python interface added by Jeremy Johnson · 9 months ago
  24. 9c2fe6e Conformance simple backward version and binary files support by Jeremy Johnson · 9 months ago
  25. e2b5e87 Support for compliance checking testing by Jeremy Johnson · 10 months ago
  26. f0348ea Refactor path arguments to tosa-tools by Jeremy Johnson · 9 months ago
  27. 51779fd Restore coverage for conformance MATMUL by Jeremy Johnson · 10 months ago
  28. 76c6a55 Fixes for conformance generator tags and test selection by Jeremy Johnson · 10 months ago
  29. 1271c44 Initial lazy data-gen and compliance test build support by Jeremy Johnson · 10 months ago
  30. a21b2e8 Add DIM operator to reference model by Won Jeon · 11 months ago
  31. c1d1c63 Deprecation of parts of TOSA conformance by Jeremy Johnson · 11 months ago
  32. 95961cc Add Verif Conformance README by Jeremy Johnson · 1 year, 1 month ago
  33. 78155c6 Add support for ERF operator to reference model by Won Jeon · 1 year, 1 month ago
  34. 264f7fa Add support for one dimension of size -1 in ReshapeOp by Jerry Ge · 1 year, 2 months ago
  35. 7e59681 8K level: rank 6 ARGMAX tests by Jeremy Johnson · 1 year, 2 months ago
  36. 0c71686 8K levels: Tensor op tests kernel/stride at 8192 maximums by Jeremy Johnson · 1 year, 3 months ago
  37. b209970 8K level: RESIZE scaling at 64 maximum by Jeremy Johnson · 1 year, 3 months ago
  38. fd05bb3 8K level: rank 6 tests support using generator groups by Jeremy Johnson · 1 year, 5 months ago
  39. 4ca8f64 Add CONST INT48 support to conformance. by Jeremy Johnson · 1 year, 4 months ago
  40. e81b2ba Update framework test choices - SPLIT, RESIZE by Jeremy Johnson · 1 year, 4 months ago v0.60.2
  41. 0df72e9 CONV2D/CONV3D/DEPTHWISE_CONV2D Test Regen for ofm_depth bugfix by James Ward · 1 year, 4 months ago
  42. 681e0a8 Create MI tests for Tensors: TRANSPOSE_CONV2D by James Ward · 1 year, 4 months ago
  43. 30124a8 Bug fixes for max-batch-size/ofm-depth by James Ward · 1 year, 5 months ago
  44. c5d7593 Create MI tests for Tensor: FFT2D & RFFT2D by Jeremy Johnson · 1 year, 4 months ago
  45. ae7a81c Create MI tests for Tensor: CONV3D by Jeremy Johnson · 1 year, 5 months ago
  46. ae25b93 Create MI tests for Tensors: DEPTHWISE_CONV2D by James Ward · 1 year, 5 months ago
  47. 6013685 Select new TFLite SPLIT tests by Jeremy Johnson · 1 year, 5 months ago
  48. dd3e9aa Adjust ERROR_IF tests generated for tosa-mi profile by Jeremy Johnson · 1 year, 5 months ago
  49. 8384a6f Create MI tests for Tensors: AVG_POOL2D, FULLY_CONNECTED, MATMUL by James Ward · 1 year, 5 months ago
  50. 9165b9a Create MI tests for Tensor: CONV2D by Jeremy Johnson · 1 year, 5 months ago
  51. 512c1ca Create MI tests for Reduction: REDUCE_SUM, REDUCE_PRODUCT by James Ward · 1 year, 5 months ago
  52. 736fd1a Create MI tests for Type Conversion: CAST by James Ward · 1 year, 5 months ago
  53. fac5c31 Create MI tests for Comparison: EQUAL, GREATER, GREATER_EQUAL by Jeremy Johnson · 1 year, 5 months ago
  54. 35396f2 Create MI tests for EW Unary: LOG, RECIPROCAL, RSQRT, EXP by Jeremy Johnson · 1 year, 6 months ago
  55. c253e64 Create MI tests for Data Layout: SLICE by James Ward · 1 year, 5 months ago
  56. 3407125 Create MI tests for Activation: CLAMP; Data Layout: PAD by James Ward · 1 year, 7 months ago
  57. dd8d9c2 Create MI tests for EW Binary: ADD, SUB, MUL by Jeremy Johnson · 1 year, 7 months ago
  58. 6ffb7c8 Create MI tests for EW Binary: POW by Jeremy Johnson · 1 year, 7 months ago
  59. 7f1ea8e Create MI tests for Image: RESIZE by James Ward · 1 year, 7 months ago
  60. b45db9a Create MI tests for Activation: SIGMOID, TANH by James Ward · 1 year, 7 months ago
  61. 2a27c8f Create MI tests for EW Ternary: SELECT by James Ward · 1 year, 7 months ago
  62. 71616fe Create MI tests for EW Unary: ABS, CEIL, FLOOR, NEGATE by James Ward · 1 year, 7 months ago
  63. 635bc99 Create MI tests for Reduction: REDUCE_MIN, REDUCE_MAX by James Ward · 1 year, 7 months ago
  64. b9c3a63 Create MI tests for EW Binary: MINIMUM, MAXIMUM by James Ward · 1 year, 7 months ago
  65. d88c3b3 Fix conformance desc.json contains correct profiles by Jeremy Johnson · 1 year, 7 months ago
  66. 542dd3b Create MI tests for Data Nodes: CONST, IDENTITY by James Ward · 1 year, 7 months ago
  67. f089099 Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, TRANSPOSE by James Ward · 1 year, 7 months ago
  68. 990cc4b Create MI tests for Scatter/Gather: SCATTER, GATHER by James Ward · 1 year, 7 months ago
  69. 52ac9d6 Create MI tests for Tensors: ARGMAX, MAX_POOL2D by James Ward · 1 year, 7 months ago
  70. e4b08ff Initial set up of Main Inference conformance test gen by Jeremy Johnson · 1 year, 10 months ago
  71. 3b0544c Add TILE bool tests & rename CAST/RESCALE tests by Jeremy Johnson · 1 year, 8 months ago
  72. 93d4390 Minor fixes & add FP16 support to refmodel testing and conformance gen by Jeremy Johnson · 1 year, 9 months ago
  73. d4fe4bf Update RESCALE testing to match no rank restrictions by Eric Kunze · 1 year, 10 months ago
  74. a0e03f3 Update RESIZE operator in test generator for spec updates by Jeremy Johnson · 2 years ago
  75. 8858862 Add profile to all created conformance tests. by Jeremy Johnson · 2 years ago
  76. 0ecfa37 Add conformance generator scripts by Jeremy Johnson · 2 years ago