Name Date Size #Lines LOC

..--

test/H25-Apr-2025-7,6576,920

CMakeLists.txtH A D25-Apr-20252.5 KiB5847

Deserializer.cppH A D25-Apr-2025161.5 KiB3,9093,160

Deserializer.hppH A D25-Apr-202511.4 KiB215159

README.mdH A D25-Apr-2025359 75

README.md.licenseH A D25-Apr-2025108 54

README.md

1# The Arm NN Deserializer
2
3The `armnnDeserializer` is a library for loading neural networks defined by Arm NN FlatBuffers files
4into the Arm NN runtime.
5
6For more information about the layers that are supported, and the networks that have been tested,
7take a look at our [doxygen documentation](https://arm-software.github.io/armnn/latest/deserializer.xhtml).

README.md.license

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