mirror of https://github.com/vee1e/tflite-micro - Infrastructure to enable deployment of ML models to low-powe
Find a file
dependabot[bot] b6c0c20762
Bump actions/stale from 10 to 11
Bumps [actions/stale](https://github.com/actions/stale) from 10 to 11.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v10...v11)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '11'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-30 01:13:21 +00:00
.github Bump actions/stale from 10 to 11 2026-07-30 01:13:21 +00:00
ci Manual sync from sync from github.com/tensorflow/tensorflow (#3601) 2026-07-01 14:46:41 -07:00
data/continuous_builds
docs [Doc] Fix typos (#3446) 2026-02-11 17:18:49 +00:00
python feat(python): add alt decompression memory parameter to interpreter (#3614) 2026-07-06 16:38:39 +00:00
signal Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
tensorflow feat(compression): add DECODE operator insertion (#3624) 2026-07-29 20:14:55 +00:00
third_party [CI] Clean up bzl (#3478) 2026-02-12 14:05:54 -08:00
tools Clean-up unused bzl load (#3576) 2026-05-26 22:55:55 +00:00
.bazelignore Added bazelignore (#3398) 2026-01-31 15:40:35 -08:00
.bazelrc +build:windows_ci --build_python_zip=false (#3462) 2026-02-12 09:33:55 -08:00
.bazelversion Bazel 8.7.0 (#3610) 2026-06-30 15:23:57 -07: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 style: add .style.yapf to control yapf styling of Python code (#2709) 2024-10-02 18:36:01 +00:00
AUTHORS
BUILD build(bazel): inject tflite_micro shim via tflm_py_* wrappers (#3573) 2026-05-26 19:51:58 +00:00
CODEOWNERS Updated owners (#3195) 2025-09-22 10:03:58 -07:00
CONTRIBUTING.md [Doc] Fix typos (#3446) 2026-02-11 17:18:49 +00:00
debugging_output.md Adding ReadMe for Layer by Layer Debug Targets (#2305) 2023-11-28 22:06:25 +00:00
LICENSE
MODULE.bazel Bazel 8.7.0 (#3610) 2026-06-30 15:23:57 -07:00
MODULE.bazel.lock Bazel 8.7.0 (#3610) 2026-06-30 15:23:57 -07:00
README.md Added Error Handling & Defensive Programming Guide (#3539) 2026-06-30 22:24:50 +00:00
SECURITY.md
tflite_micro.py Bazel Module (#3364) 2026-02-11 14:11:47 -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 Hexagon Xtensa
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