Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jun 17, 2022
  2. Jun 16, 2022
  3. Jun 15, 2022
  4. Jun 14, 2022
  5. Jun 08, 2022
  6. Jun 07, 2022
  7. May 31, 2022
  8. May 26, 2022
  9. May 19, 2022
  10. May 17, 2022
  11. May 16, 2022
  12. May 04, 2022
  13. Apr 28, 2022
    • Jeremy Johnson's avatar
      Update tensor ops ERROR_IF criteria · 4a6fb9bd
      Jeremy Johnson authored
      
      
      Update to ref model to check ERROR_IF criteria for pooling
      and convolution ops to match specification
      
      Update to tosa_verif_build_tests to produce valid test ranges and
      new ERROR_IF tests
      Plus update pooling ops big kernel to 9 (from 6) for better testing
      coverage and set dilation to 1 and add out_pad bottom & right for
      transpose_conv2d to match specification
      
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      Change-Id: Ic5759872d40ae8d3f3d07043d9a0f2fa0244d72e
      4a6fb9bd
  14. Apr 11, 2022
  15. Apr 06, 2022
  16. Apr 05, 2022
  17. Mar 31, 2022
  18. Mar 24, 2022
  19. Mar 23, 2022
  20. Mar 22, 2022
    • Jared Smolens's avatar
      Fix input rank-match comparison, --no-ref-model flag, no test list · b7af461f
      Jared Smolens authored
      
      
      - Fixed input shape/expected input shape mismatches
        when due to a missing batch dimension.
      - Return from run_test() immediately after running compiler
        when --no-ref-model is set.  This avoids doing result
        comparisons on results that were never generated.
      - Exit gracefully when no tests are specified instead of
        throwing TypeError on iterating NoneType
      
      Signed-off-by: default avatarJared Smolens <jared.smolens@arm.com>
      Change-Id: I91d2c24fd60aa1cf8b3755894030ff14f1371ed0
      b7af461f
  21. Mar 19, 2022
  22. Mar 14, 2022
  23. Mar 10, 2022
  24. Mar 02, 2022
  25. Feb 17, 2022
  26. Feb 16, 2022
  27. Feb 10, 2022
  28. Feb 02, 2022
    • Eric Kunze's avatar
      Rework divisor calculation for AVGPOOL2D · 830add41
      Eric Kunze authored
      Previous code assumed symmetric padding when calculating the divisor for
      the average pool, and had issues with extra padding.
      The padding now follows the definition from the specification. Extra
      padding to the right/bottom is ignored when calculating the average pool
      divisor.
      
      Change-Id: Ib05e2346c6e9d55b6fef5294322e58ee18ef4928
      830add41
  29. Jan 26, 2022
  30. Jan 24, 2022
  31. Jan 20, 2022
  32. Jan 19, 2022
  33. Jan 17, 2022
  34. Jan 13, 2022
  35. Jan 06, 2022
  36. Jan 05, 2022
Loading