An adapter for ai-edge-model-explorer that adds support for TOSA (Tensor Operator Set Architecture) flatbuffer files. Version 0.1.0 is the latest, with initial support and bug fixes. Release cadence is irregular.
pip install tosa-adapter-model-explorerVerified import paths — ran on the pinned version, not inferred.
Register the TOSA adapter so that Model Explorer can visualize TOSA models.
Use Python 3.10, 3.11, or 3.12.
Call register_adapter(TosaAdapter()) early in your application.
Pin your dependency to avoid unexpected breaking changes.