Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Oct 12, 2023
  2. Oct 05, 2023
  3. Oct 04, 2023
  4. Oct 03, 2023
  5. Oct 02, 2023
    • Jeremy Johnson's avatar
      Support for compliance checking testing · e2b5e878
      Jeremy Johnson authored
      
      
      Updated to conformance generator to not generate tests with results for
      compliance tests.
      Updated test runner to run compliance mode version (precise & abs mode)
      of reference model to create test results to use against SUT results.
      Updated reference model to enable abs_mode on correct desc.json flags.
      Updated test checker to support compliance checking using verifier lib.
      Seperated color printing from test checker.
      
      Change-Id: I7e2fbfc6883916caa5d94d4ece122c48bf45f530
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      e2b5e878
    • Jeremy Johnson's avatar
      Update verifier library data-type support · bb0935f8
      Jeremy Johnson authored
      
      
      Make compliance meta-data data-type required for all.
      Add data-type checking for all verifier modes.
      Add initial enum support for new ROUND compliance mode.
      Improve print out information from library.
      Use numpy ctypes.data_as to get f16 support compared to ctypes_lib.
      
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      Change-Id: Ie983ba4ea958a88556f30c09b3ebc19cd9ec96b7
      bb0935f8
    • Jack Frankland's avatar
      Add ULP verification for fp32 · 62737b15
      Jack Frankland authored and Jeremy Johnson's avatar Jeremy Johnson committed
      
      
      Add a verifier to check two results are correct within a certain ULP
      tolerance for IEEE-754 32-bit floating point values.
      
      Add a test to check the ULP verifier is correct.
      
      Signed-off-by: default avatarJack Frankland <jack.frankland@arm.com>
      Change-Id: Iaf43069f300999479d998e7837746b247ca5177e
      62737b15
  6. Sep 28, 2023
  7. Sep 25, 2023
  8. Sep 22, 2023
  9. Sep 18, 2023
  10. Sep 15, 2023
  11. Sep 14, 2023
    • Eric Kunze's avatar
      Change version to 0.90 draft · 00f55bf4
      Eric Kunze authored
      
      
      Include 0.90 draft serialization library
      
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      Change-Id: I290360bfd1c147507e092868b5546c9be08682c2
      00f55bf4
    • Grant Watson's avatar
      Upgrade to latest version of TOSA specification · eff70383
      Grant Watson authored and Eric Kunze's avatar Eric Kunze committed
      
      
      - Updates TOSA specification to the latest version
      - Updates generate_api.py to generate the operator API correctly
      for ops with additional tensor inputs.
      - Removes default arguments for func_debug and func_config to make
      the API C compliant again.
      - Updates model_runner_tests.cpp for operators that have changed.
      - Adds a unit test for the Tile operator to check that generated code
      for additional tensor inputs works correctly.
      
      Signed-off-by: Grant Watson's avatarGrant Watson <grant.watson@arm.com>
      Change-Id: I1e26065c6ed333b2ca4b3da39972d30f896fa6e5
      eff70383
  12. Sep 13, 2023
  13. Sep 11, 2023
  14. Sep 08, 2023
  15. Sep 07, 2023
  16. Sep 06, 2023
  17. Sep 05, 2023
    • Grant Watson's avatar
      Pass func_config to individual operator API · e70d9317
      Grant Watson authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Updates the generate_api.py script and associated
      templates to allow func_config and debug_config
      to be passed when running individual operators
      on the API.
      
      This will allow us, for example, to set precise_mode
      and abs_mode when running individual operators.
      
      Signed-off-by: Grant Watson's avatarGrant Watson <grant.watson@arm.com>
      Change-Id: Ia3e7ffc146f876daa307558433177c68285843b7
      e70d9317
  18. Sep 01, 2023
  19. Aug 30, 2023
  20. Aug 23, 2023
  21. Aug 21, 2023
  22. Aug 18, 2023
  23. Aug 16, 2023
  24. Aug 14, 2023
    • Tai Ly's avatar
      Add support for bias broadcasting · a641dd55
      Tai Ly authored
      
      
      add support for bias broadcasting for operators:
        - conv2d
        - conv3d
        - depthwise_conv2d
        - transpose_conv2d
        - fully_connected
      
      could not add framework test for this because tf.nn.bias_add requires
      bias size to match channel dimension.
      
      manually tested reference model evaluation on tosa mlir with bias size
      of 1
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I70d29d231a63fc03b10e3006cbd6b16b53cca1f2
      a641dd55
  25. Aug 08, 2023
  26. Aug 07, 2023
Loading