aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfLiteParser/README.md')
-rw-r--r--src/armnnTfLiteParser/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/armnnTfLiteParser/README.md b/src/armnnTfLiteParser/README.md
index 5e76a9cfe0..b2b1ac0237 100644
--- a/src/armnnTfLiteParser/README.md
+++ b/src/armnnTfLiteParser/README.md
@@ -3,5 +3,6 @@
`armnnTfLiteParser` is a library for loading neural networks defined by TensorFlow Lite FlatBuffers files
into the Arm NN runtime.
-For more information about the TensorFlow Lite operators that are supported, and the networks that have been tested,
-see [TensorFlowLiteSupport.md](./TensorFlowLiteSupport.md).
+For more information, a list of supported TensorFlow Lite layers, and the networks that have been tested,
+please visit "Software Tools" -> "Parsers" -> "Arm NN Tf Lite Parser" in our doxygen documentation that can be found in
+the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository.