aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializer/README.md
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-28 14:45:09 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-02 11:25:30 +0000
commit1ed388f6b400056f5f260163b4b500cfbbd17c28 (patch)
tree859f9834d916dcbc52e31d4d7e63c23b04ff6af2 /src/armnnDeserializer/README.md
parentb65781933fb8fa5cf73a37b65c984cac8db16ca4 (diff)
downloadarmnn-1ed388f6b400056f5f260163b4b500cfbbd17c28.tar.gz
IVGCVSW-5605 Doxygen: Move Serializer and Deserializer to Software Tools
* Not using the README.md files directly because it doesn't seem to be possible to get the content of readme.md combined with the content of the support.md files in one page Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I1e5073761f3af8a8d498385f3f7586334e7b29ec
Diffstat (limited to 'src/armnnDeserializer/README.md')
-rw-r--r--src/armnnDeserializer/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/armnnDeserializer/README.md b/src/armnnDeserializer/README.md
index 28d6a37388..fa76a6da45 100644
--- a/src/armnnDeserializer/README.md
+++ b/src/armnnDeserializer/README.md
@@ -4,4 +4,5 @@ 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,
-see [DeserializerSupport.md](./DeserializerSupport.md) \ No newline at end of file
+take a look into 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