aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-03-02 13:46:52 +0000
committerKeith Davis <keith.davis@arm.com>2021-03-04 10:14:43 +0000
commit3b2baa70d14b37fa66076725460792cf47401bbe (patch)
treeb9e59c68f1fe7c5cb7c6a07c7da819a2a2dc4e0e
parentbc9b09801fcb9489c3742cf4691c39c050cbfbc4 (diff)
downloadarmnn-3b2baa70d14b37fa66076725460792cf47401bbe.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
-rw-r--r--delegate/README.md3
-rw-r--r--src/armnnCaffeParser/README.md3
-rw-r--r--src/armnnConverter/README.md4
-rw-r--r--src/armnnDeserializer/README.md3
-rw-r--r--src/armnnOnnxParser/README.md3
-rw-r--r--src/armnnSerializer/README.md3
-rw-r--r--src/armnnTfLiteParser/README.md3
-rw-r--r--src/armnnTfParser/README.md3
8 files changed, 7 insertions, 18 deletions
diff --git a/delegate/README.md b/delegate/README.md
index ee9f682850..c6bd51cabb 100644
--- a/delegate/README.md
+++ b/delegate/README.md
@@ -3,5 +3,4 @@
'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, 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.
+For more information, like a list of supported operators, please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/delegate.xhtml).
diff --git a/src/armnnCaffeParser/README.md b/src/armnnCaffeParser/README.md
index 17dbe440de..194254ce05 100644
--- a/src/armnnCaffeParser/README.md
+++ b/src/armnnCaffeParser/README.md
@@ -3,5 +3,4 @@
`armnnCaffeParser` is a library for loading neural networks defined in Caffe protobuf files into the Arm NN runtime.
For more information, a list of supported Caffe layers, and the networks that have been tested,
-please visit "Software Tools" -> "Parsers" -> "Arm NN Caffe 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.
+please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/parsers.xhtml#S4_caffe_parser).
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.
diff --git a/src/armnnDeserializer/README.md b/src/armnnDeserializer/README.md
index b43f15d9d4..2b861c3108 100644
--- a/src/armnnDeserializer/README.md
+++ b/src/armnnDeserializer/README.md
@@ -4,5 +4,4 @@ The `armnnDeserializer` is a library for loading neural networks defined by Arm
into the Arm NN runtime.
For more information about the layers that are supported, and the networks that have been tested,
-take a look at "Software Tools" -> "Deserializer" in our doxygen documentation which can be found in
-the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository. \ No newline at end of file
+take a look at our [doxygen documentation](https://arm-software.github.io/armnn/latest/deserializer.xhtml). \ No newline at end of file
diff --git a/src/armnnOnnxParser/README.md b/src/armnnOnnxParser/README.md
index 6ba3fa2c27..f279c4b9a6 100644
--- a/src/armnnOnnxParser/README.md
+++ b/src/armnnOnnxParser/README.md
@@ -3,5 +3,4 @@
`armnnOnnxParser` is a library for loading neural networks defined in ONNX protobuf files into the Arm NN runtime.
For more information, a list of supported ONNX layers, and the networks that have been tested,
-please visit "Software Tools" -> "Parsers" -> "Arm NN ONNX 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. \ No newline at end of file
+please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/parsers.xhtml#S5_onnx_parser). \ No newline at end of file
diff --git a/src/armnnSerializer/README.md b/src/armnnSerializer/README.md
index e6874f4f47..941f74fd81 100644
--- a/src/armnnSerializer/README.md
+++ b/src/armnnSerializer/README.md
@@ -3,5 +3,4 @@
The `armnnSerializer` is a library for serializing an Arm NN network to a stream.
For more information about the layers that are supported, and the networks that have been tested,
-take a look at "Software Tools" -> "Serializer" in our doxygen documentation which can be found in the
-[wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository. \ No newline at end of file
+take a look at our [doxygen documentation](https://arm-software.github.io/armnn/latest/serializer.xhtml). \ No newline at end of file
diff --git a/src/armnnTfLiteParser/README.md b/src/armnnTfLiteParser/README.md
index b2b1ac0237..15cb9cb875 100644
--- a/src/armnnTfLiteParser/README.md
+++ b/src/armnnTfLiteParser/README.md
@@ -4,5 +4,4 @@
into the Arm NN runtime.
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.
+please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/parsers.xhtml#S6_tf_lite_parser).
diff --git a/src/armnnTfParser/README.md b/src/armnnTfParser/README.md
index 33e1999a0e..9894fa9ce7 100644
--- a/src/armnnTfParser/README.md
+++ b/src/armnnTfParser/README.md
@@ -3,5 +3,4 @@
`armnnTfParser` is a library for loading neural networks defined by TensorFlow protobuf files into the Arm NN runtime.
For more information, a list of supported TensorFlow layers, and the networks that have been tested,
-please visit "Software Tools" -> "Parsers" -> "Arm NN TensorFlow 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. \ No newline at end of file
+please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/parsers.xhtml#S7_tf_parser). \ No newline at end of file