xref: /aosp_15_r20/external/armnn/delegate/README.md (revision 89c4ff92f2867872bb9e2354d150bf0c8c502810)
1*89c4ff92SAndroid Build Coastguard Worker# The Arm NN TensorFlow Lite delegate
2*89c4ff92SAndroid Build Coastguard Worker
3*89c4ff92SAndroid Build Coastguard Worker'armnnDelegate' is a library for accelerating certain TensorFlow Lite operators on Arm hardware by providing
4*89c4ff92SAndroid Build Coastguard Workerthe TensorFlow Lite interpreter with an alternative implementation of the operators via its delegation mechanism.
5*89c4ff92SAndroid Build Coastguard Worker
6*89c4ff92SAndroid Build Coastguard WorkerFor more information, like a list of supported operators, please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/delegate.xhtml).
7