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).
Run-CI [run number 567](http://github.com/tensorflow/tflite-micro/actions/runs/8949715886) failed. This issue has been automatically generated for notification purposes.
I could run test for the project in my PC https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/person_detection but I do not see any guide to run the main program main.cc via make file in the PC....
Following changes have been made : 1) Integration of float32, 4-bit & 16-bit fully_connected kernels. 2) Integration of matmul kernels for float32, 4, 8, 16-bit batched fully_connected cases. 3) Data-type...
@tensorflow/micro Add meta-data to the generic benchmark through built-in strings, which are output each time the binary is run. [b/310657721](https://issuetracker.google.com/310657721) [b/310653635](https://issuetracker.google.com/310653635)
@tensorflow/micro Add meta-data strings to the binary. Meta-data is output each time binary is executed. See the README for a sample of the output. If a Git repo. is not...
Hello, I would like to port the Reduce Prod operation from lite to micro. It should be quite straightforward even if I am not very familiar with tensor operation because...
It is a goal to eventually Bazel build system might be used to build for multiple target platforms. Some work towards that goal is prototyped and documented in [rkuester/tflm-multiplatform](https://github.com/rkuester/tflm-multiplatform).
While attempting to convert a TFLite model into a TFLM bitstream, I encountered an error and discovered that TFLM does not have support for SCATTER_ND yet. I will attempt to...
Using these is not supported by the std/fast ffp-mode in armclang, forcing useage of the --ffp-mode=full flag. This is fixed for all armclang builds with #2517, but it could be...
RISC-V [run number 1011](http://github.com/tensorflow/tflite-micro/actions/runs/8798555605) failed. This issue has been automatically generated for notification purposes.