From 53ca2e5bba4fcef8285acc1bed534ea2bc8fb3d0 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Tue, 2 Feb 2021 13:18:09 +0000 Subject: IVGCVSW-5605 Doxygen: Update parser section * Removes support.md files from all parsers. Lists of supported operators are now kept in doxygen only Signed-off-by: Jan Eilers Change-Id: I137e03fdd9f41751624bdd0dd25e2db5ef4ef94f --- src/armnnConverter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/armnnConverter/README.md') diff --git a/src/armnnConverter/README.md b/src/armnnConverter/README.md index e5892ac29a..afff3c9775 100644 --- a/src/armnnConverter/README.md +++ b/src/armnnConverter/README.md @@ -4,6 +4,6 @@ The `ArmnnConverter` is a program for converting neural networks from other form 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). +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. -- cgit v1.2.1