| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| ArmnnConverter.cpp | D | 03-May-2024 | 15.4 KiB | 481 | 407 | |
| README.md | D | 03-May-2024 | 685 | 9 | 6 |
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