• Home
Name Date Size #Lines LOC

..--

test/04-Jul-2025-5,8695,446

OnnxParser.cppD04-Jul-2025100 KiB2,5942,130

OnnxParser.hppD04-Jul-20259.6 KiB235140

README.mdD04-Jul-2025348 64

README.md.licenseD04-Jul-2025108 54

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).

README.md.license

1#
2# Copyright © 2018, 2021 Arm Ltd and Contributors. All rights reserved.
3# SPDX-License-Identifier: MIT
4#
5