aboutsummaryrefslogtreecommitdiff
path: root/delegate/README.md
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-29 14:18:13 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-03 09:11:51 +0000
commit31a7c890207f80afc866f706d797267d78d05a0d (patch)
tree8b133170fbdf0d87a0a8a5b72c6eaf73fcbb2391 /delegate/README.md
parent74a3cf5755b801cf258177e8e55b4cda64a0c351 (diff)
downloadarmnn-31a7c890207f80afc866f706d797267d78d05a0d.tar.gz
IVGCVSW-5605 Doxygen: Add the TfLite Delegate to Doxygen docu
* Moves TensorFlowLiteDelegateSupport.md to doxygen * Renames a few .dox files to represent the structure of the documentation * Adds sections for build and use guides * Integrates markdown guides for the delegate into doxygen Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I68b7a29239be88c0617da9bdfce5323ebf26f5bc
Diffstat (limited to 'delegate/README.md')
-rw-r--r--delegate/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/README.md b/delegate/README.md
index 7430f19c00..ee9f682850 100644
--- a/delegate/README.md
+++ b/delegate/README.md
@@ -3,5 +3,5 @@
'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).
+For more information, like a list of supported operators, please visit our doxygen documentation that can be found
+in the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository.