mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-04 19:27:46 +00:00
Add a development tool that prints compressed and uncompressed .tflite models to stdout in a human-readable, searchable, structured, text format. Helpful annotations (indexes of lists, names of operators, etc.) derived from the model are added as virtual fields with names beginning with an _underscore. Add a unit test which simply ensures the viewer does not crash when run on several models found in the source tree. BUG=see description |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| BUILD | ||
| compress.py | ||
| compress_test.py | ||
| metadata.fbs | ||
| metadata_saved.h | ||
| metadata_saved_test.sh | ||
| metadata_saved_update.sh | ||
| metadata_test.cc | ||
| metadata_test.py | ||
| model_facade.py | ||
| model_facade_test.py | ||
| spec.py | ||
| spec_builder.py | ||
| spec_builder_test.py | ||
| spec_test.py | ||
| test_models.py | ||
| test_models_test.py | ||
| view.py | ||
| view_test.py | ||
| view_tests.bzl | ||