Hello Community,
I have a TI tm4c123gh6pm microcontroller and would like to use tensorflow lite on my humble board. However I noticed in the supported section of the tensorflow website that only certain platforms are supported: TensorFlow Lite برای میکروکنترلرها . How would I go about getting Tensorflow lite on my board? Thank you!
Bhack
September 17, 2021, 10:01am
3
Welcome to the forum.
You can start to check:
<!--
Semi-automated TOC generation with instructions from
https://github.com/ekalinin/github-markdown-toc#auto-insert-and-update-toc
-->
<!--ts-->
* [Porting to a new platform](#porting-to-a-new-platform)
* [Step 1: Build TFLM Static Library with Reference Kernels](#step-1-build-tflm-static-library-with-reference-kernels)
* [Step 2: Customize Logging and Timing Function for your Platform](#step-2-customize-logging-and-timing-function-for-your-platform)
* [Step 3: Running the hello_world Example](#step-3-running-the-hello_world-example)
* [Step 4: Building and Customizing Additional Examples](#step-4-building-and-customizing-additional-examples)
* [Step 5: Integrating Optimized Kernel Implementations](#step-5-integrating-optimized-kernel-implementations)
* [Advanced Integration Topics](#advanced-integration-topics)
* [Getting Help](#getting-help)
<!-- Added by: advaitjain, at: Mon 04 Oct 2021 11:24:09 AM PDT -->
<!--te-->
# Porting to a new platform
This file has been truncated. show original
1 Like