Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Feb 19, 2025
  2. Feb 14, 2025
  3. Feb 13, 2025
  4. Feb 12, 2025
  5. Feb 11, 2025
  6. Feb 10, 2025
  7. Feb 05, 2025
  8. Jan 31, 2025
  9. Jan 29, 2025
  10. Jan 28, 2025
  11. Jan 27, 2025
  12. Jan 22, 2025
  13. Jan 21, 2025
  14. Jan 16, 2025
  15. Jan 14, 2025
    • Jeremy Johnson's avatar
      Add CTC support for RESCALE, RESIZE & MATMUL · 6f7c7f68
      Jeremy Johnson authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Enable EXT-DYNAMIC testing for RESCALE, RESIZE & MATMUL
      Improve notes about CTC support and shape_t inputs
      Add TODOs for future updates when shape_t can be expressed as
      something other than CONST_SHAPE for RESHAPE, SLICE & TILE
      Add TODOs for ops missing CTC support as waiting on zero point
      updates for AVG_POOL2D, NEGATE & PAD
      Clean up test data set lists - remove unused
      Add missing int48 RESCALE integer special test
      
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      Change-Id: Ifd85f46f0a117f5c5dc12013ed08ed2949dd8056
      6f7c7f68
    • Jack Frankland's avatar
      Add Build Support for GCC-8.3 · 5193928d
      Jack Frankland authored
      
      
      Make use of the explicit `ct::compat::cast` helper to avoid inncorect
      ambiguous constructor calls that result from a compiler bug in gcc-8.3.
      
      Signed-off-by: default avatarJack Frankland <jack.frankland@arm.com>
      Change-Id: Iad2de6bda88e691ad5e6647550c8bbbde1622403
      5193928d
  16. Jan 13, 2025
  17. Jan 10, 2025
  18. Jan 09, 2025
    • Jeremy Johnson's avatar
      Add TABLE integer full range tests · 4f722454
      Jeremy Johnson authored
      
      
      Include tests that mirror the ERF, SIGMOID and TANH table generation
      in the specification using FULL range testing to access all values.
      Add generate unit test for TABLE full range.
      
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      Change-Id: I1a0d263bd13953d0383d437e7197cc5cf94f4142
      4f722454
    • Jerry-Ge's avatar
      Add missing REQUIREs for OpPow · 72459ccf
      Jerry-Ge authored and Eric Kunze's avatar Eric Kunze committed
      
      
      - Add REQUIRE statements for OpPow for range checking.
      - Remove test set 2 with negative base inputs.
      - Remove FP special test data.
      - Refactor a to x, b to y, c to z to match with the specification.
      
      Signed-off-by: Jerry-Ge's avatarJerry Ge <jerry.ge@arm.com>
      Change-Id: Ib89a2dba7b030f196af083c7160fe5ce28393fcf
      72459ccf
  19. Jan 08, 2025
  20. Jan 07, 2025
  21. Jan 06, 2025
    • Jeremy Johnson's avatar
      Add RESCALE integer special tests · 2d2e887a
      Jeremy Johnson authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Use data generator to produce valid test data using simplified value range
      Add special tests to check range of rescale
      Added UINT8 and UINT16 support to generate library
      Add unit tests for RESCALE and UINT8/16
      Update test selection to include all input types, ranks and output types
      
      NOTE: Changes test names of some existing tests as it will use updated
      shape instead of first generated shape - POW, MUL, MINIMUM, GREATER,
      LOGICAL_LEFT/RIGHT_SHIFT, BITWISE_AND/XOR are affected
      
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      Change-Id: Iea402dfbf5a2a741947606636ee18329b797885d
      2d2e887a
  22. Dec 30, 2024
Loading