Skip to content

Tags

Tags give the ability to mark specific points in history as being important
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  • v0.80.1
    Bugfix release v0.80.1
  • v1.0.0-rc0
    TOSA Reference model 1.0.0 rc0 Release Notes
    
    Alignment to the specification for attributes/inputs.
      RESIZE, MUL
    
    Update to support changes to CONV operators to have accumulator size as
    an attribute and corresponding output type changes.
    
    Add support for new SIN/COS operators.
    
    Conformance testing now accounts for the new profiles and extensions.
    Supported profiles and extension information is now generated to enable
    filtering at test runtime.
    
    Significant increase in floating-point testing. Main compliance test
    suite covers all operators
    
    Alignment to changes in TOSA serialization
    Bugfixes and other improvements.
  • v0.90.0
    TOSA Reference model 0.90.0 Release Notes
    
    Add support for the TOSA shape operators
    Support the new RESCALE signedness attributes
    Compliance generator fixes
    Significant improvement in Main Inference conformance coverage
    Save int8/uint8 outputs as the native type instead of int32
    Removed the operator API
    Many cleanups and bug fixes
  • v0.100a0
    First commit post 0.90 branch
  • v0.90a0
    Initial work on TOSA v0.90a0
  • v0.80.0
    TOSA Reference Model 0.80 Release
    
    Conformance test repository is now deprecated, conformance test
    generation scripts are in the reference model repository
    Deprecated TensorFlow Lite based conformance tests
        Framework tests still generate TFL tests
    Add support for new operators
        DIM operator for shape inference
        New unsigned attributes for RESCALE input and output
    Improve TOSA flatbuffer compatibility checks
    Fixes for test and reference model cleanup
    Enable reading/writing native data types for numpy files
    Various other cleanup, see the git revision history for complete details
  • v0.70.0
    TOSA Reference Model 0.70.0 tag
    
    Add support for checking against a provided TOSA level
    Update test generators to handle the EIGHTK TOSA level
    Add a precise mode which calculates operators in FP64 precision to work with
      Main inference floating-point conformance testing
    Various cleanups/test generator improvements
  • v0.60.2
    TOSA reference model 0.60.2 release tag
    
    Bugfix to test generator for SPLIT, RESIZE
  • v0.60.1
    TOSA reference model 0.60.1 release tag
    
    Modify the tensorflow test generator to avoid generating excess tests.
  • v0.60.0
    TOSA 0.60.0 Reference model release tag
    
    - Initial conformance test generators to cover MI testing.
    - Add FFT2D support.
    - Improved control flow handling in reference model.
    - Bug fixes and cleanup.
  • v0.50.0
    TOSA reference model v0.50.0 release tag
    
    - Note that in this release, the specification has added the concept of
    levels, but the reference model and conformance tests do not support
    testing of levels
    - Added FP16 and BF16 data type support, renamed FLOAT to FP32
    - Started support for TOSA Main Inference conformance. Still a work in
    progress
    - Added the IModelRunner interface to allow running the reference model
    via an API
    - Added simple testing against Numpy
    - Tests created/fixed: prelu, CAST, RESCALE, TILE, SIGMOID
    - Upgraded Eigen submodule to version 3.4.0
    - Misc. bugfixes
  • v0.40.0
    a8206e33 · Update revision to 0.40. ·
    TOSA reference model 0.40.0 release tag
    
    - Update RESIZE, TRANSPOSE_CONV2D to match specification changes
    - Simplify the argument parsing and debug code
    - Update unit test generators
        - RESIZE, TRANSPOSE_CONV2D, RESCALE to match spec changes
    - Update framework test generator
        - Add relu1 tests
        - Add conv3d
  • v0.30.0
    Release tag for TOSA v0.30.0 reference model
    
    •	Improved error condition testing aligned with the specification.
    •	Included scripts to create and run the test suite.
    •	Updated to align with the changes in the serialization library and specification
  • v0.23.0
    Tag release for TOSA reference model v0.23.0
    
    Align with v0.23.0 TOSA specification
    Add versioning support to the reference model
    Catch ERROR_IF cases from specification
    Implement Conv3D
    Compatibility with flatbuffers 1.12.0 and 2.0.0
    Update Attribute names
    Updates to test generator for complete tests and negative test coverage