mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Enhance compress() function to automatically apply proper FlatBuffer alignment after compression, eliminating the need for users to manually run tflite_flatbuffer_align as a separate step. Use the C++ alignment wrapper internally, as the Python flatbuffers library doesn't respect force_align schema attributes. Keep the API unchanged - compress() still returns a bytearray, but now the output is properly aligned for the TFLM interpreter. Update documentation, and build dependencies of the Python package. BUG=#3125 |
||
|---|---|---|
| .. | ||
| tests | ||
| tflite_micro | ||
| BUILD | ||
| py_namespace.bzl | ||
| py_pkg_cc_deps.bzl | ||