This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib.
Pull mirroring updated .
-
-
-
code-freeze-25.0782337765 · ·
Code freeze for 25.07 release: no new feature development; validation in progress
-
-
v1.0.0-rc0816f60e8 · ·
TOSA Serialization Library 1.0.0 rc0 Release Notes Add support for serializing FP8 Add rank 0 tensor support Add SIN/COS operators Align attributes with specification Add support for CONV operators new accumulator type attribute
-
v0.90.0881b56fc · ·
TOSA Serialization Library 0.90.0 Release Notes Add serialization for the TOSA shape operators Add support for the local_bound attribute Python installation and build fixes Miscellaneous fixes
-
-
-
v0.80.02d333856 · ·
A Serialization Library 0.80 Release Add support for new operators DIM operator for shape inference New attributes for RESCALE operator ERF activation function support Improved NumPy file handling Various other cleanup, see the git revision history for complete details
-
v0.70.063d45ab9 · ·
TOSA Serialization Library v0.70.0 tag Add support for reading/writing data sizes other than 32-bit (8/16/64) Improved shape inference Bugfixes / cleanup
-
v0.60.0fb90dd4f · ·
TOSA 0.60.0 serialization library release tag - Fix serialization of control flow with new region capabilities. - Add FFT2D and RFFT2D serialization. - Align serialization to specification changes.
-
v0.50.09e2e0bb5 · ·
TOSA v0.50.0 serialization library release tag - Added support for FP16 and BF16. Float data type renamed to FP32 - Updated the flatbuffers submodule to version 2.0.6.
-
v0.40.0011a333e · ·
TOSA serialization library v0.40.0 release tag - Updated the CMakefile to make it easier to integrate with other libraries - Updated the RESIZE attribute to match the specification - Bug fixes
-
v0.30.08fcef215 · ·
Release tag for TOSA v0.30.0 • Aligned the schema variables to the same words as in the specification for easier comparison. • Added uint16 data type support. • TRANSPOSE_CONV2D now matches the specification and does not support a dilation attribute. • Removed separate quantization attributes. Any required attributes are now part of each operator’s attributes directly. This aligns with the specification.
-
v0.23.05867c9af · ·
Tag TOSA serialization lib for 0.23.0 Align serialization with changes in the 0.23 specification Move the python based serialization code into serialization_lib from the reference model