• Home
Name Date Size #Lines LOC

..--

ArmnnConverter.cppD03-May-202415.4 KiB481407

README.mdD03-May-2024685 96

README.md

1# The ArmnnConverter
2
3The `ArmnnConverter` is a program for converting neural networks from other formats to Arm NN format.
4Currently 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
6For 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).
9