Skip to content

Commit 0fbd20a

Browse files
Merge pull request #2111 from madeline-underwood/naming_update
Changed TFLite -> LiteRT in everything but code and file names
2 parents 4336f46 + 18447fb commit 0fbd20a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines/2-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The low-light enhancement pipeline is adapted from the LiveHDR+ method originall
4646

4747
![example image alt-text#center](lle_pipeline.png "Low-Light Enhancement Pipeline Diagram")
4848

49-
The Low-Resolution Coefficient Prediction Network (implemented with TFLite) performs computations such as:
49+
The Low-Resolution Coefficient Prediction Network (implemented with LiteRT) performs computations such as:
5050
- Strided convolutions.
5151
- Local feature extraction using convolutional layers.
5252
- Global feature extraction using convolutional and fully connected layers.

content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines/3-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Leave the container by pressing `Ctrl+D`.
7474
## Notes on the cmake configuration options
7575

7676
- `-DENABLE_SME2=$ENABLE_SME2` with `ENABLE_SME2=0`: SME2 (Scalable Matrix Extension 2) is disabled in this build (`0`).
77-
- `-DARMNN_TFLITE_PARSER=0`: Configures the `ai-camera-pipelines` repository to use TFLite with XNNPack instead of ArmNN.
77+
- `-DARMNN_TFLITE_PARSER=0`: Configures the `ai-camera-pipelines` repository to use LiteRT with XNNPack instead of ArmNN.
7878
- `-DENABLE_KLEIDICV:BOOL=ON`: Enables KleidiCV for optimized image processing.
79-
- `-DXNNPACK_ENABLE_KLEIDIAI:BOOL=ON`: Enables KleidiAI acceleration for TFLite workloads via XNNPack.
79+
- `-DXNNPACK_ENABLE_KLEIDIAI:BOOL=ON`: Enables KleidiAI acceleration for LiteRT workloads via XNNPack.
8080

8181
## Install the pipelines
8282

content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines/5-performances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The application you built earlier includes a *benchmark mode* that runs the core
1616
These benchmarks demonstrate the performance improvements enabled by KleidiCV and KleidiAI:
1717
- KleidiCV enhances OpenCV performance with computation kernels optimized for Arm processors.
1818

19-
- KleidiAI accelerates TFLite + XNNPack inference using AI-optimized micro-kernels tailored for Arm CPUs.
19+
- KleidiAI accelerates LiteRT + XNNPack inference using AI-optimized micro-kernels tailored for Arm CPUs.
2020

2121
## Performances with KleidiCV and KleidiAI
2222

23-
By default, the OpenCV library is built with KleidiCV support, and TFLite+xnnpack is built with KleidiAI support.
23+
By default, the OpenCV library is built with KleidiCV support, and LiteRT+xnnpack is built with KleidiAI support.
2424

2525
You can run the benchmarks using the applications you built earlier.
2626

0 commit comments

Comments
 (0)