mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Separated out the TFLM examples from the kernels and unit test builds. (#565)
The kernel and unit test list is going to be smaller (and have all the code and CI be part of the TFLM repo). The examples list is expected to grow and will be maintained external to the TFLM repository as described in #407. BUG=#407
This commit is contained in:
parent
115a93e4b1
commit
648ba296d9
2 changed files with 23 additions and 8 deletions
27
README.md
27
README.md
|
|
@ -2,13 +2,14 @@
|
|||
* [TensorFlow Lite for Microcontrollers](#tensorflow-lite-for-microcontrollers)
|
||||
* [Build Status](#build-status)
|
||||
* [Official Builds](#official-builds)
|
||||
* [Community Supported Builds](#community-supported-builds)
|
||||
* [Community Supported TFLM Examples](#community-supported-tflm-examples)
|
||||
* [Community Supported Kernels and Unit Tests](#community-supported-kernels-and-unit-tests)
|
||||
* [Contributing](#contributing)
|
||||
* [Getting Help](#getting-help)
|
||||
* [Additional Documentation](#additional-documentation)
|
||||
* [RFCs](#rfcs)
|
||||
|
||||
<!-- Added by: advaitjain, at: Thu 16 Sep 2021 11:43:48 AM PDT -->
|
||||
<!-- Added by: advaitjain, at: Mon 04 Oct 2021 11:23:57 AM PDT -->
|
||||
|
||||
<!--te-->
|
||||
|
||||
|
|
@ -33,17 +34,31 @@ 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 |
|
||||
|
||||
## Community Supported TFLM Examples
|
||||
This table captures platforms that TFLM has been ported to. Please see
|
||||
[New Platform Support](tensorflow/lite/micro/docs/new_platform_support.md) for
|
||||
additional documentation.
|
||||
|
||||
Platform | Status |
|
||||
----------- | --------------|
|
||||
Arduino | [](https://github.com/tensorflow/tflite-micro-arduino-examples/actions/workflows/ci.yml) [](https://github.com/antmicro/tensorflow-arduino-examples/actions/workflows/test_examples.yml) |
|
||||
Cortex-M | [](https://github.com/tensorflow/tflite-micro/actions/workflows/cortex_m.yml) |
|
||||
ESP32 | [](https://github.com/tensorflow/tflite-micro/actions/workflows/esp32.yml) |
|
||||
Sparkfun Edge | [](https://github.com/advaitjain/tflite-micro-sparkfun-edge-examples/actions/workflows/ci.yml)
|
||||
|
||||
|
||||
## 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 | [](https://github.com/tensorflow/tflite-micro/actions/workflows/cortex_m.yml) |
|
||||
Hexagon | [](https://github.com/tensorflow/tflite-micro/actions/workflows/hexagon.yml) |
|
||||
RISC-V | [](https://github.com/tensorflow/tflite-micro/actions/workflows/riscv.yml) |
|
||||
Sparkfun Edge | [](https://github.com/advaitjain/tflite-micro-sparkfun-edge-examples/actions/workflows/ci.yml)
|
||||
Xtensa | [](https://github.com/tensorflow/tflite-micro/actions/workflows/xtensa.yml?query=event%3Aschedule) [](https://github.com/advaitjain/tflite-micro/tree/local-continuous-builds/tensorflow/lite/micro/docs/local_continuous_builds/xtensa.md#summary) |
|
||||
|
||||
|
||||
# Contributing
|
||||
See our [contribution documentation](CONTRIBUTING.md).
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ https://github.com/ekalinin/github-markdown-toc#auto-insert-and-update-toc
|
|||
* [Advanced Integration Topics](#advanced-integration-topics)
|
||||
* [Getting Help](#getting-help)
|
||||
|
||||
<!-- Added by: advaitjain, at: Thu 12 Aug 2021 04:48:03 PM PDT -->
|
||||
<!-- Added by: advaitjain, at: Mon 04 Oct 2021 11:24:09 AM PDT -->
|
||||
|
||||
<!--te-->
|
||||
|
||||
|
|
@ -140,7 +140,7 @@ that integrated TFLM for the:
|
|||
|
||||
Once you are set up with continuous integration and the ability to integrate
|
||||
newer versions of TFLM with your platform, feel free to add a build badge to
|
||||
TFLM's [Community Supported Builds](https://github.com/tensorflow/tflite-micro#community-supported-builds).
|
||||
TFLM's [Community Supported TFLM Examples](https://github.com/tensorflow/tflite-micro#community-supported-tflm-examples).
|
||||
|
||||
# Getting Help
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue