aboutsummaryrefslogtreecommitdiff
path: root/src/armnnConverter/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnConverter/README.md')
-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).