From 0919e3b7944333b640332e9e2ac3c62929a2ecd5 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 28 Jan 2021 15:38:09 +0000 Subject: IVGCVSW-5605 Doxygen: Move Converter and Quantizer to Software Tools * Using README.md files directly to reduce duplications Signed-off-by: Jan Eilers Change-Id: I6bd6f6326e608939ac244cc32b329e32bb4802f7 --- src/armnnConverter/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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). -- cgit v1.2.1