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).
* Update path for new corstone300 downloads * Add missing benchmark arena size to generic benchmark test BUG=Corstone300 Ci Job fails to run Author: Ryan O'Shea
BUG=automated sync from upstream NO_CHECK_TFLITE_FILES=automated sync from upstream
Cortex-M [run number 1389](http://github.com/tensorflow/tflite-micro/actions/runs/9135602669) failed. This issue has been automatically generated for notification purposes.
src/tensorflow/lite/micro/micro_allocator.cpp:390:55: error: 'static void tflite::GreedyMemoryPlanner::operator delete(void*)' is private within this context
Post Tests [run number 1870](http://github.com/tensorflow/tflite-micro/actions/runs/9135602683) failed. This issue has been automatically generated for notification purposes.
Hello, I am trying to upload example code to the SparkFun Edge and have been following these instructions: https://codelabs.developers.google.com/codelabs/sparkfun-tensorflow/#4 I ran into issues at step 4 when trying to execute:...
Hello everyone, I'm trying to implement LSTM network after quantization by TensorFlow Lite to FPGA. But I don't know how to get LSTMCell **accum_shift** and LSTMCell **accum_multiplier**. Can anyone help...
Hi, Recently, I wanted to check the values of some variables in OPs, like some variables inside the "inline void FullyConnected(...)" function in the "fully_connected.h" file. To achieve it, I...
Hello, I have the following use case that I would like to cover. How can I provide an efficient kernel for a layer without breaking the compatibility of the model?...
I am trying to enable the NEON option for TFLM on a Raspberry Pi. I removed '-DTF_LITE_DISABLE_X86_NEON' and added '-DUSE_NEON' to COMMON_FLAGS in 'tensorflow/lite/micro/tools/make/Makefile'. Is this the correct way to...