Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 03-May-2024 | - | 5,869 | 5,446 | ||
OnnxParser.cpp | D | 03-May-2024 | 100 KiB | 2,594 | 2,130 | |
OnnxParser.hpp | D | 03-May-2024 | 9.6 KiB | 235 | 140 | |
README.md | D | 03-May-2024 | 348 | 6 | 4 | |
README.md.license | D | 03-May-2024 | 108 | 5 | 4 |
README.md
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).