Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/Modules/ | 03-May-2024 | - | 118 | 96 | ||
include/ | 03-May-2024 | - | 175 | 96 | ||
src/ | 03-May-2024 | - | 13,698 | 11,086 | ||
third-party/doctest/ | 03-May-2024 | - | 6,228 | 4,786 | ||
BuildGuideNative.md | D | 03-May-2024 | 10.5 KiB | 238 | 207 | |
CMakeLists.txt | D | 03-May-2024 | 7 KiB | 205 | 168 | |
README.md | D | 03-May-2024 | 416 | 8 | 5 | |
TensorFlowLiteDelegateSupport.md | D | 03-May-2024 | 1.1 KiB | 86 | 43 |
README.md
1# The Arm NN TensorFlow Lite delegate 2 3'armnnDelegate' is a library for accelerating certain TensorFlow Lite operators on Arm hardware by providing 4the TensorFlow Lite interpreter with an alternative implementation of the operators via its delegation mechanism. 5 6For more information about the TensorFlow Lite operators that are supported, 7see [TensorFlowLiteDelegateSupport.md](./TensorFlowLiteDelegateSupport.md). 8