android13/external/armnn/delegate
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
cmake/Modules initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
third-party/doctest initial 2024-06-22 20:45:49 +08:00
BuildGuideNative.md initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
TensorFlowLiteDelegateSupport.md initial 2024-06-22 20:45:49 +08:00

README.md

The Arm NN TensorFlow Lite delegate

'armnnDelegate' is a library for accelerating certain TensorFlow Lite operators on Arm hardware by providing the TensorFlow Lite interpreter with an alternative implementation of the operators via its delegation mechanism.

For more information about the TensorFlow Lite operators that are supported, see TensorFlowLiteDelegateSupport.md.