aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-28 15:38:09 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-02 11:25:49 +0000
commit0919e3b7944333b640332e9e2ac3c62929a2ecd5 (patch)
treecb464af2f2ce23ede1afa8e48cd0644dcdd59364 /src
parent1ed388f6b400056f5f260163b4b500cfbbd17c28 (diff)
downloadarmnn-0919e3b7944333b640332e9e2ac3c62929a2ecd5.tar.gz
IVGCVSW-5605 Doxygen: Move Converter and Quantizer to Software Tools
* Using README.md files directly to reduce duplications Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I6bd6f6326e608939ac244cc32b329e32bb4802f7
Diffstat (limited to 'src')
-rw-r--r--src/armnnConverter/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/armnnConverter/README.md b/src/armnnConverter/README.md
index 7666d7f157..e5892ac29a 100644
--- a/src/armnnConverter/README.md
+++ b/src/armnnConverter/README.md
@@ -1,8 +1,9 @@
# The ArmnnConverter
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.
+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 about the layers that are supported, see [TensorFlowSupport.md](../armnnTfParser/TensorFlowSupport.md),
[TensorFlowLiteSupport.md](../armnnTfLiteParser/TensorFlowLiteSupport.md),
-[OnnxSupport.md](../armnnOnnxParser/OnnxSupport.md), [CaffeSupport.md](../armnnCaffeParser/CaffeSupport.md) and [SerializerSupport.md](../armnnSerializer/SerializerSupport.md).
+[OnnxSupport.md](../armnnOnnxParser/OnnxSupport.md), [CaffeSupport.md](../armnnCaffeParser/CaffeSupport.md).