aboutsummaryrefslogtreecommitdiff
path: root/src/armnnConverter/README.md
blob: afff3c9775d50403e21eb744c9c27fecdcedeaf9 (plain)
1
2
3
4
5
6
7
8
9
# The ArmnnConverter

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, a list of supported layers, and the networks that have been tested,
please visit "Software Tools" -> "Converter" in our doxygen documentation that can be found in
the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation) of our github repository.