aboutsummaryrefslogtreecommitdiff
path: root/src/armnnConverter
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-03-02 13:46:52 +0000
committerJan Eilers <jan.eilers@arm.com>2021-03-03 14:50:29 +0000
commit82c59d75ef0f191887fae1cc2864bbf4b37ac0c5 (patch)
treeaab7dea3ab6c02d1672c0569301104c57f48208f /src/armnnConverter
parent7478ab55d6148f951a90afff11111b069f76af95 (diff)
downloadarmnn-82c59d75ef0f191887fae1cc2864bbf4b37ac0c5.tar.gz
Point readme files to latest doxygen documentation
* excluding our top level readme Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I45b156c248178a141b8497dcc4d09148b67bf406
Diffstat (limited to 'src/armnnConverter')
-rw-r--r--src/armnnConverter/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/armnnConverter/README.md b/src/armnnConverter/README.md
index afff3c9775..81322bc016 100644
--- a/src/armnnConverter/README.md
+++ b/src/armnnConverter/README.md
@@ -3,7 +3,3 @@
The `ArmnnConverter` is a program for converting neural networks from other formats to Arm NN format.
Currently the program supports models in Caffe, Onnx, Tensorflow Protocol Buffers and Tensorflow Lite FlatBuffers formats.
Run the program with no arguments to see command-line help.
-
-For more information, a list of supported layers, and the networks that have been tested,
-please visit "Software Tools" -> "Converter" in our doxygen documentation that can be found in
-the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository.