tosa-adapter-model-explorer
Adapter for ai-edge-model-explorer to support TOSA files
What it is and what it does
This package is a plugin adapter that bridges TOSA model files and Google's Model Explorer visualization tool. TOSA is an open neural network exchange format from the ML Platform, and this adapter lets you load and inspect TOSA models graphically within Model Explorer's interface. It requires Python 3.10 or later and depends on ai-edge-model-explorer and flatbuffers at runtime.
You install it alongside Model Explorer, then launch Model Explorer with a command-line flag to enable the TOSA adapter. The package itself is maintained by Arm and is actively developed, though it remains in Beta status. It carries no known security vulnerabilities and uses a permissive Apache-2.0 license.
Use it for:
- Visualize and inspect TOSA neural network model graphs during development or debugging.
- Integrate TOSA model inspection into an ML workflow that already uses Model Explorer for other formats.
- Explore model structure and layer connectivity in TOSA files without writing custom parsing code.
- Verify model architecture and data flow in TOSA models before deployment on edge devices.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Enables visualization of TOSA neural network model files within the Model Explorer interface, acting as an adapter plugin for the ai-edge-model-explorer framework.
Yes, if you work with TOSA models and need visual inspection. The package is lightweight, actively maintained, carries no security issues, and uses a permissive license. The Beta status and small user base mean less real-world testing, so treat it as a solid but still-maturing tool. Requires Python 3.10+.
Install
tosa-adapter-model-explorer on PyPI
pip
pip install tosa-adapter-model-exploreruv
uv add tosa-adapter-model-explorerpoetry
poetry add tosa-adapter-model-explorerInstalling tosa-adapter-model-explorer
Before you install
Low friction install with a pure-Python wheel. Actively maintained as of the latest commit; however, the package is in Beta status and has a small user base, so edge cases may not be fully tested.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must retain license and copyright notices in distributions.
Quickstart
pip install tosa-adapter-model-explorer ai-edge-model-explorer==0.1.25
model-explorer --extensions=tosa_adapter_model_explorer
Requires Python >= 3.10 and < 3.13; torch must also be installed for Model Explorer to function.
Verify before relying
- Whether the adapter works with all TOSA file versions and edge cases, given the Beta status and small adoption base.
- Performance characteristics when visualizing large or complex TOSA models in Model Explorer.
- Compatibility with Model Explorer versions beyond 0.1.25 mentioned in the usage example.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | capped below the current Python release (<3.13,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — ai-edge-model-explorer, flatbuffers |
| Maintenance | actively maintained — 275 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 123,719/month — #11,902 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tosa_adapter_model_explorer-0.1.0-py3-none-any.whl
Keywords: model-explorer, tosa, visualization
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
ai-edge-model-explorerVisualizes and debugs machine learning model…
permissive · top 15,000 on PyPI
pte-adapter-model-explorerExtends Model Explorer with visualization…
permissive · top 15,000 on PyPI
tosa-toolsTOSA Tools provides serialization, reference…
permissive · top 15,000 on PyPI
ai-edge-quantizerQuantizes LiteRT models to reduce size and…
permissive · top 15,000 on PyPI
netronNetron is a viewer for neural network and…
permissive · top 15,000 on PyPI
litert-lm-builderProvides Python tools for building, inspecting,…
permissive · top 15,000 on PyPI
visualdlVisualDL is a visualization tool for deep…
permissive · top 15,000 on PyPI
django-data-browserProvides an interactive web interface for…
permissive · top 15,000 on PyPI
django-sql-explorerA Django-based SQL query editor and business…
permissive · top 15,000 on PyPI
torchvizGenerates visual diagrams of PyTorch neural…
permissive · top 5,000 on PyPI