| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| test/ | 03-May-2024 | - | 6,295 | 5,047 | ||
| ArmnnSchema.fbs | D | 03-May-2024 | 20.5 KiB | 1,139 | 966 | |
| CMakeLists.txt | D | 03-May-2024 | 3.7 KiB | 84 | 73 | |
| README.md | D | 03-May-2024 | 311 | 6 | 4 | |
| README.md.license | D | 03-May-2024 | 108 | 5 | 4 | |
| Serializer.cpp | D | 03-May-2024 | 109.4 KiB | 2,466 | 1,992 | |
| Serializer.hpp | D | 03-May-2024 | 17.1 KiB | 376 | 252 | |
| SerializerUtils.cpp | D | 03-May-2024 | 10.8 KiB | 270 | 247 | |
| SerializerUtils.hpp | D | 03-May-2024 | 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).