aboutsummaryrefslogtreecommitdiff
path: root/src/armnnConverter/README.md
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2019-03-13 18:33:10 +0000
committerSadik Armagan <sadik.armagan@arm.com>2019-03-13 18:33:10 +0000
commit232cfc2a544c874b35cc2a949e9fa71f41690565 (patch)
treea20bb3dfdc36f8d2fccac72136fed91b4ad9993c /src/armnnConverter/README.md
parentdb7c3912ff3b37dd1fdef88e957b302c72042cce (diff)
downloadarmnn-232cfc2a544c874b35cc2a949e9fa71f41690565.tar.gz
IVGCVSW-2574 Create a converter application for all the supported ArmNN Networks
* Added Caffe, TfLite and Onnx support to ArmnnConverter Change-Id: I9807064152f23a24d280118dbed0396eb7d47420 Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
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).