mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-02 02:07:27 +00:00
Add spec types, YAML parser support, and plugin stubs for Huffman and Pruning compression methods. The plugins raise CompressionError when invoked, to be replaced with working implementations later. BUG=part of #3256 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| BUILD | ||
| compress.py | ||
| compress_test.py | ||
| compressor.py | ||
| decode.py | ||
| decode_test.py | ||
| huffman.py | ||
| lut.py | ||
| lut_test.py | ||
| metadata.fbs | ||
| metadata_saved.h | ||
| metadata_saved_test.sh | ||
| metadata_saved_update.sh | ||
| metadata_test.cc | ||
| metadata_test.py | ||
| mnist_compression_tutorial.ipynb | ||
| model_editor.py | ||
| model_editor_test.py | ||
| pruning.py | ||
| spec.py | ||
| spec_builder.py | ||
| spec_builder_test.py | ||
| spec_test.py | ||
| tensor_type.py | ||
| tensor_type_test.py | ||
| view.py | ||
| view_test.py | ||
| view_tests.bzl | ||