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).
Added support for following operators 1. GREATER 2. SELECT_V2 3. PAD 4. SUB 5. BATCH_MATMUL 6. CONCATENATION 7. MUL 8. ADD 9. CALL_ONCE 10. VAR_HANDLE 11. READ_VARIABLE 12. ASSIGN_VARIABLE 13....
The version of setuptools pinned in #2733 is incompatible with bazel, more info here: https://github.com/pypa/setuptools/issues/4487. Manually downgrading to 70.3.0 resolves this issue. Tested on commit 389e775, using bazel 7.2.1 on...
Hi fellow edge ML fans, In the scripts below, some files are downloaded to the `/tmp` directory of the Linux machine with a fixed name defined in the script. https://github.com/tensorflow/tflite-micro/blob/9b79b9faf208fddb509a0efc671bf338b5675ab9/tensorflow/lite/micro/tools/make/ext_libs/cmsis_download.sh#L51...
When calculating the values to be inserted in the SVDF operator’s activation state in the [svdf_common.cc](https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/kernels/svdf_common.cc) file, there seems to be an error while handling overflow. In [line 111](https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/kernels/svdf_common.cc#L111) the...