tflite-micro
tflite-micro copied to clipboard
Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Add tflite::hexdump() for printing raw memory to output streams. Copy the output format of Python's hexdump module. BUG=#2636
@tensorflow/micro Updates to support TFLM compression: MicroAllocator RecordingMicroAllocator generic benchmark bug=#2665
BUG=automated sync from upstream NO_CHECK_TFLITE_FILES=automated sync from upstream
I am running tf-lite-micro on the nxp but as its build is in the C and tflite is in cplusplus I am getting can anyone help in this ?? Building...
I try to apply the neural network in ESP32 and then I downloaded the code. I am using the platformio in my coding. However there are many errors to prevent...
Self explanatory title
- Add INT32 support in sub - Add Tflite tests in sub_test.cc bug=fixes #2720
This PR adds int16 support for PACK and UNPACK ops. bug=#2736