TOSA Tools is a Python package providing a serialization library, a reference model, and an optional MLIR translator for the Tensor Operator Set Architecture (TOSA). It targets TOSA 1.0 conformance testing and model compilation workflows. Current version is 2026.5.0, released monthly.
pip install tosa-toolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates serialization and deserialization of TOSA models using the tosa package.
Upgrade Python to 3.10 or later; pin to tosa-tools<2026.5.0 if stuck on 3.9.
Update code to use snake_case method names: add_tensor, add_operator.
Use 'from tosa import ...' or 'import tosa'.
Install with 'pip install tosa-tools[mlir]' or ensure mlir is on PATH.
No resource links recorded.