1# Arm NN ONNX parser 2 3`armnnOnnxParser` is a library for loading neural networks defined in ONNX protobuf files into the Arm NN runtime. 4 5For more information, a list of supported ONNX layers, and the networks that have been tested, 6please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/parsers.xhtml#S5_onnx_parser).