mirror of https://github.com/vee1e/tflite-micro - Infrastructure to enable deployment of ML models to low-powe
Find a file
cad-audio 258cf48f95
Adding streaming_conv reference code. (#2521)
* Adding streaming_conv reference code.

* Streaming conv support under xtensa

* Enabled HiFi5 support for streaming conv kernel.

* Add bazel build rules for streaming_conv

* Fix formatting

* Fix dims_shape array type

* Fix VP6 build

* Fix asan error

* Disable streaming conv test on HIFIMINI & VP6

---------

Co-authored-by: Nileshkumar Vaishnav <nileshv@cadence.com>
Co-authored-by: RJ Ascani <rjascani@google.com>
2024-04-23 08:33:44 -07:00
.github Fix tests_entry & tests_post workflows (#2493) (#2494) 2024-03-08 09:33:56 -08:00
ci Prevent runtime_shape.cc removal during sync (#2484) 2024-02-28 10:20:50 -08:00
codegen codegen: Remove make helpers for codegen (#2378) 2024-01-09 19:54:12 +00:00
data/continuous_builds
docs
python Fix array out-of-bounds access in WideDynamicFuncLut (#2468) 2024-02-24 05:40:47 +00:00
signal Use absl::Status instead of tsl::Status (#2477) 2024-02-27 03:19:11 +00:00
tensorflow Adding streaming_conv reference code. (#2521) 2024-04-23 08:33:44 -07:00
third_party Replace tensorflow-cpu usage with tensorflow (#2396) 2024-02-23 00:35:22 +00:00
tools
.bazelrc Fix bazel 7.0 bzlmod update (#2352) 2023-12-12 00:35:03 +00:00
.bazelversion build(bazel): pin bazel version to 7.0.0 (#2360) 2024-01-03 20:53:21 +00:00
.clang-format
.editorconfig
.gitignore
AUTHORS
BUILD
CODEOWNERS
CONTRIBUTING.md build(bazel): pin bazel version to 7.0.0 (#2360) 2024-01-03 20:53:21 +00:00
debugging_output.md Adding ReadMe for Layer by Layer Debug Targets (#2305) 2023-11-28 22:06:25 +00:00
LICENSE
README.md
SECURITY.md
WORKSPACE Replace tensorflow-cpu usage with tensorflow (#2396) 2024-02-23 00:35:22 +00:00

TensorFlow Lite for Microcontrollers

TensorFlow Lite for Microcontrollers is a port of TensorFlow Lite designed to run machine learning models on DSPs, microcontrollers and other devices with limited memory.

Additional Links:

Build Status

Official Builds

Build Type Status
CI (Linux) CI
Code Sync Sync from Upstream TF

Community Supported TFLM Examples

This table captures platforms that TFLM has been ported to. Please see New Platform Support for additional documentation.

Platform Status
Arduino Arduino Antmicro
Coral Dev Board Micro TFLM + EdgeTPU Examples for Coral Dev Board Micro
Espressif Systems Dev Boards ESP Dev Boards
Renesas Boards TFLM Examples for Renesas Boards
Silicon Labs Dev Kits TFLM Examples for Silicon Labs Dev Kits
Sparkfun Edge Sparkfun Edge
Texas Instruments Dev Boards Texas Instruments Dev Boards

Community Supported Kernels and Unit Tests

This is a list of targets that have optimized kernel implementations and/or run the TFLM unit tests using software emulation or instruction set simulators.

Build Type Status
Cortex-M Cortex-M
Hexagon Hexagon
RISC-V RISC-V
Xtensa Xtensa
Generate Integration Test Generate Integration Test

Contributing

See our contribution documentation.

Getting Help

A Github issue should be the primary method of getting in touch with the TensorFlow Lite Micro (TFLM) team.

The following resources may also be useful:

  1. SIG Micro email group and monthly meetings.

  2. SIG Micro gitter chat room.

  3. For questions that are not specific to TFLM, please consult the broader TensorFlow project, e.g.:

Additional Documentation

RFCs

  1. Pre-allocated tensors
  2. TensorFlow Lite for Microcontrollers Port of 16x8 Quantized Operators