8 lines
416 B
Markdown
8 lines
416 B
Markdown
# 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](./TensorFlowLiteDelegateSupport.md).
|