| <!--ts--> |
| * [TensorFlow Lite for Microcontrollers](#tensorflow-lite-for-microcontrollers) |
| * [Build Status](#build-status) |
| * [Official Builds](#official-builds) |
| * [Community Supported Builds](#community-supported-builds) |
| * [Additional Documentation](#additional-documentation) |
| |
| <!-- Added by: advaitjain, at: Thu 29 Apr 2021 12:53:08 PM PDT --> |
| |
| <!--te--> |
| |
| # TensorFlow Lite for Microcontrollers |
| |
| The TFLM code is currently in the process of being refactored out of the |
| [Tensorflow github |
| repository](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro) |
| into a standalone repo. This refactoring is currently in the initial stages and |
| is expected to be completed towards the end of June 2021. |
| |
| |
| # Build Status |
| |
| * [GitHub Status](https://www.githubstatus.com/) |
| |
| ## Official Builds |
| |
| Build Type | Status | |
| ----------- | --------------| |
| CI (Linux) | [](https://github.com/tensorflow/tflite-micro/actions/workflows/ci.yml?query=event%3Aschedule) | |
| Code Sync | [](https://github.com/tensorflow/tflite-micro/actions/workflows/sync.yml) | |
| |
| ## Community Supported Builds |
| Build Type | Status | |
| ----------- | --------------| |
| Arduino | [](https://github.com/tensorflow/tflite-micro/actions/workflows/arduino.yml) | |
| Cortex-M | [](https://github.com/tensorflow/tflite-micro/actions/workflows/cortex_m.yml) | |
| Sparkfun Edge | [](https://github.com/tensorflow/tflite-micro/actions/workflows/sparkfun_edge.yml) | |
| |
| |
| # Additional Documentation |
| |
| * [Continuous Integration](docs/continuous_integration.md) |