aboutsummaryrefslogtreecommitdiff
path: root/src/armnnConverter/README.md
blob: 489b483d9b0e2310bda500c8646223545ece5270 (plain)
1
2
3
4
5
# The ArmnnConverter

The `ArmnnConverter` is a program for converting neural networks from other format to Arm NN format. Currently the program only support model in Tensorflow Protocal Buffers format. Run the program with no arguments to see command-line help.

For more information about the layers that are supported, see [TensorFlowSupport.md](../armnnTfParser/TensorFlowSupport.md) and [TensorFlowSupport.md](../armnnSerializer/SerializerSupport.md).