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.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/armnnConverter/README.md b/src/armnnConverter/README.md
index 489b483d9b..7666d7f157 100644
--- a/src/armnnConverter/README.md
+++ b/src/armnnConverter/README.md
@@ -1,5 +1,8 @@
# The ArmnnConverter
-The `ArmnnConverter` is a program for converting neural networks from other format to Arm NN format. Currently the program only support model in Tensorflow Protocal Buffers format. Run the program with no arguments to see command-line help.
+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.
-For more information about the layers that are supported, see [TensorFlowSupport.md](../armnnTfParser/TensorFlowSupport.md) and [TensorFlowSupport.md](../armnnSerializer/SerializerSupport.md).
+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).