• Home
Name Date Size #Lines LOC

..--

test/03-May-2024-5,8695,446

OnnxParser.cppD03-May-2024100 KiB2,5942,130

OnnxParser.hppD03-May-20249.6 KiB235140

README.mdD03-May-2024348 64

README.md.licenseD03-May-2024108 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