Go to file
liujinye 81b7eb9532 chore: sync .github, .gitee and LICENSE from dev branch
Change-Id: Id3c38a455634c7861e17301a188c2045816eda98
2026-04-22 16:46:21 +08:00
.gitee chore: add .github, .gitee and LICENSE from dev branch 2026-04-22 16:41:53 +08:00
.github chore: sync .github, .gitee and LICENSE from dev branch 2026-04-22 16:46:21 +08:00
ci ci: remove obsolete ci/flatbuffers_for_tf_sync (#2273) 2023-10-13 17:50:06 +00:00
codegen codegen: Remove make helpers for codegen (#2378) 2026-04-20 14:47:58 +08:00
data/continuous_builds Automated binary size log update (#1256) 2022-07-21 19:43:44 +00:00
docs Change comment to refer to 3.11 instead of 3.9 (#2029) 2023-06-08 18:11:59 +00:00
python Fix array out-of-bounds access in WideDynamicFuncLut (#2468) 2026-04-20 14:48:02 +08:00
signal Adds optimized kernels for Signal ops (#2287) 2026-04-20 14:47:53 +08:00
tensorflow Tflm: Add per-channel quantization support to FULLY_CONNECTED operator 2026-04-20 14:48:10 +08:00
third_party Replace tensorflow-cpu usage with tensorflow (#2396) 2026-04-20 14:48:01 +08:00
tools Add expand_stamp_vars docstring and fix import (#2178) 2023-08-21 16:53:10 +00:00
.bazelrc Fix bazel 7.0 bzlmod update (#2352) 2026-04-20 14:47:56 +08:00
.bazelversion build(bazel): pin bazel version to 7.0.0 (#2360) 2026-04-20 14:47:57 +08:00
.clang-format First steps towards getting CI going (#3) 2021-04-09 12:54:36 -07:00
.editorconfig style: add a project-level .editorconfig file (#1968) 2023-05-12 21:18:08 +00:00
.gitignore tflite-micro: enhance benchmarking tool for NuttX integration and profiling 2026-04-20 14:48:10 +08:00
AUTHORS Add Arm Ltd to AUTHORS (#955) 2022-03-09 04:30:15 +00:00
BUILD build: add target to generate compiler_commands.json (#1658) 2023-01-13 05:13:47 +00:00
CODEOWNERS Add rascani@ as CODEOWNER for ci and .github directories. (#2042) 2023-06-12 20:19:54 +00:00
CONTRIBUTING.md build(bazel): pin bazel version to 7.0.0 (#2360) 2026-04-20 14:47:57 +08:00
LICENSE Initial commit 2021-04-08 16:23:24 -07:00
README.md refactor(python): move runtime to package-friendly directory structure (#2051) 2023-06-15 06:25:19 +00:00
SECURITY.md Add SECURITY.md 2022-10-12 18:09:30 +00:00
WORKSPACE Replace tensorflow-cpu usage with tensorflow (#2396) 2026-04-20 14:48:01 +08:00
debugging_output.md Adding ReadMe for Layer by Layer Debug Targets (#2305) 2026-04-20 14:47:55 +08:00

README.md

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