ArmNN  NotReleased
src/armnnConverter/README.md
Go to the documentation of this file.
1 # The ArmnnConverter
2 
3 The `ArmnnConverter` is a program for converting neural networks from other formats to Arm NN format.
4 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.
5 
6 For more information about the layers that are supported, see [TensorFlowSupport.md](../armnnTfParser/TensorFlowSupport.md),
7 [TensorFlowLiteSupport.md](../armnnTfLiteParser/TensorFlowLiteSupport.md),
8 [OnnxSupport.md](../armnnOnnxParser/OnnxSupport.md), [CaffeSupport.md](../armnnCaffeParser/CaffeSupport.md) and [SerializerSupport.md](../armnnSerializer/SerializerSupport.md).