Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 03-May-2024 | - | 3,659 | 3,387 | ||
OnnxParser.cpp | D | 03-May-2024 | 67.7 KiB | 1,805 | 1,505 | |
OnnxParser.hpp | D | 03-May-2024 | 7.2 KiB | 187 | 109 | |
OnnxSupport.md | D | 03-May-2024 | 3.1 KiB | 84 | 41 | |
README.md | D | 03-May-2024 | 281 | 6 | 3 |
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 about the ONNX layers that are supported, and the networks that have been tested, see [OnnxSupport.md](./OnnxSupport.md). 6