tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.93k stars 827 forks source link

feat(compression): add facade for working with tflite.Model #2821

Closed rkuester closed 3 days ago

rkuester commented 3 days ago

Add a module that provides convenient navigation, data type conversions, and utilities for working with a tflite.Model, which can be tedious and verbose to work with directly.

BUG=#2636