You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(configs): Enable Machine learning guide for Sitara
* Enable Foundational_Components_Machine_Learning & all
the sub-pages in linux toc tree for SITARA platforms.
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Machine_Learning/tflite.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ Introduction
7
7
************
8
8
9
9
LiteRT, formerly known as TensorFlow Lite, is an open-source library designed for running machine learning models on mobile and embedded devices.
10
-
|__SDK_FULL_NAME__| has integrated opensource `TensorFlow Lite <https://www.tensorflow.org/lite>`__ for deep learning inference at the edge.
10
+
|__SDK_FULL_NAME__| has integrated open-source `TensorFlow Lite <https://www.tensorflow.org/lite>`__ for deep learning inference at the edge.
11
11
TensorFlow Lite runs on Arm for Sitara devices (AM3/AM4/AM5/AM6).
12
12
13
-
It supports on-device inference with low latency and a compact binary size. You can find more information at https://www.tensorflow.org/lite
13
+
It supports on-device inference with low latency and a compact binary size. You can find more information at `TensorFlow Lite <https://www.tensorflow.org/lite>`__
14
14
15
15
********
16
16
Features
@@ -56,14 +56,14 @@ This library offers optimized implementations for a subset of TensorFlow Lite op
56
56
57
57
.. note::
58
58
59
-
XNNPACK delegate is not supported for ARMv7based platforms like AM335x & AM437x.
59
+
The XNNPACK delegate is not supported for ARMv7-based platforms like AM335x and AM437x.
60
60
Refer `XNNPACK supported architectures <https://github.com/google/XNNPACK?tab=readme-ov-file#supported-architectures>`__ for more details.
61
61
62
62
*******************************
63
63
Benchmark Tool for TFLite Model
64
64
*******************************
65
65
66
-
The :file:`tisdk-default-image` wic image from |__SDK_DOWNLOAD_URL__| by default contains a pre-installed benchmarking application named as :command:`benchmark_model`.
66
+
The :file:`tisdk-default-image` wic image from |__SDK_DOWNLOAD_URL__| by default contains a pre-installed benchmarking application named :command:`benchmark_model`.
67
67
It's a C++ binary designed to benchmark a TFLite model and its individual operators. It takes a TFLite model, generates random inputs, and repeatedly runs the model
68
68
for a specified number of runs. After running the benchmark, it reports aggregate latency statistics.
69
69
@@ -80,7 +80,7 @@ To execute the benchmark using CPU for computation, use the following command:
0 commit comments