mirror of https://github.com/vee1e/tflite-micro - Infrastructure to enable deployment of ML models to low-powe
Find a file
Esun Kim 9bf8b1885b
[CI] Docker 0.6.7 (#3441)
* git config --system --add safe.directory

* 0.6.7
2026-02-10 13:22:40 -08:00
.github [CI] Docker 0.6.7 (#3441) 2026-02-10 13:22:40 -08:00
ci [CI] Docker 0.6.7 (#3441) 2026-02-10 13:22:40 -08:00
data/continuous_builds
docs [CI] Updated the doc & labler. (#3427) 2026-02-09 23:07:36 -08:00
python Ah.. revert legacy_create_init (#3440) 2026-02-10 11:14:56 -08:00
signal [T2] Refactor Group 1 (#3368) 2026-01-30 17:25:39 +00:00
tensorflow Ah.. revert legacy_create_init (#3440) 2026-02-10 11:14:56 -08:00
third_party Refactor t2-20 (#3387) 2026-01-30 18:27:00 +00:00
tools
.bazelignore Added bazelignore (#3398) 2026-01-31 15:40:35 -08:00
.bazelrc Clean-up Bazel (#3355) 2026-01-26 13:35:11 -08:00
.bazelversion Updated Bazel to 7.7.1 (#3285) 2026-01-12 10:24:48 -08:00
.clang-format
.editorconfig chore(editorconfig): add max_line_length for python files (#3225) 2025-10-17 10:00:56 -07:00
.gitignore
.style.yapf
AUTHORS
BUILD
CODEOWNERS
CONTRIBUTING.md
debugging_output.md
LICENSE
README.md README declutter (#3358) 2026-01-26 14:04:08 -08:00
SECURITY.md
WORKSPACE Revert "[CI] Replaced tensorflow with tensorflow-cpu (#3261)" (#3290) 2026-01-12 11:19:37 -08: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

CI Status

Group Status
Core CI CI Sync
Targets Cortex-M RISC-V HexagonXtensa
Misc Generate Integration Test

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
Ingenic MIPS Boards Ingenic MIPS 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

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