ArmNN
 21.02
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.
5 Run the program with no arguments to see command-line help.
6 
7 For more information, a list of supported layers, and the networks that have been tested,
8 please visit "Software Tools" -> "Converter" in our doxygen documentation that can be found in
9 the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository.