Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | H | 25-Apr-2025 | - | 6,295 | 5,047 | |
ArmnnSchema.fbs | H A D | 25-Apr-2025 | 20.5 KiB | 1,139 | 966 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 3.7 KiB | 84 | 73 | |
README.md | H A D | 25-Apr-2025 | 311 | 6 | 4 | |
README.md.license | H A D | 25-Apr-2025 | 108 | 5 | 4 | |
Serializer.cpp | H A D | 25-Apr-2025 | 109.4 KiB | 2,466 | 1,992 | |
Serializer.hpp | H A D | 25-Apr-2025 | 17.1 KiB | 376 | 252 | |
SerializerUtils.cpp | H A D | 25-Apr-2025 | 10.8 KiB | 270 | 247 | |
SerializerUtils.hpp | H A D | 25-Apr-2025 | 1.9 KiB | 48 | 25 |
README.md
1# The Arm NN Serializer 2 3The `armnnSerializer` is a library for serializing an Arm NN network to a stream. 4 5For more information about the layers that are supported, and the networks that have been tested, 6take a look at our [doxygen documentation](https://arm-software.github.io/armnn/latest/serializer.xhtml).