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