Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jul 12, 2022
  2. Jul 11, 2022
  3. Jul 08, 2022
  4. Jun 17, 2022
  5. Jun 16, 2022
  6. Jun 15, 2022
  7. Jun 14, 2022
  8. Jun 08, 2022
  9. Jun 07, 2022
  10. May 31, 2022
  11. May 26, 2022
  12. May 19, 2022
  13. May 17, 2022
  14. May 16, 2022
  15. May 04, 2022
  16. 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
  17. Apr 11, 2022
  18. Apr 06, 2022
  19. Apr 05, 2022
  20. Mar 31, 2022
  21. Mar 24, 2022
  22. Mar 23, 2022
  23. 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
  24. Mar 19, 2022
  25. Mar 14, 2022
  26. Mar 10, 2022
  27. Mar 02, 2022
  28. Feb 17, 2022
  29. Feb 16, 2022
  30. Feb 10, 2022
  31. 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
  32. Jan 26, 2022
  33. Jan 24, 2022
  34. Jan 20, 2022
  35. Jan 19, 2022
  36. Jan 17, 2022
Loading