From 232cfc2a544c874b35cc2a949e9fa71f41690565 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 13 Mar 2019 18:33:10 +0000 Subject: 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 --- src/armnnConverter/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/armnnConverter/README.md') 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). -- cgit v1.2.1