Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 03-May-2024 | - | 5,222 | 4,159 | ||
ArmnnSchema.fbs | D | 03-May-2024 | 17.1 KiB | 963 | 811 | |
CMakeLists.txt | D | 03-May-2024 | 2 KiB | 51 | 43 | |
README.md | D | 03-May-2024 | 258 | 7 | 4 | |
Serializer.cpp | D | 03-May-2024 | 80.4 KiB | 1,776 | 1,347 | |
Serializer.hpp | D | 03-May-2024 | 16.8 KiB | 370 | 251 | |
SerializerSupport.md | D | 03-May-2024 | 1.5 KiB | 77 | 67 | |
SerializerUtils.cpp | D | 03-May-2024 | 7.8 KiB | 202 | 182 | |
SerializerUtils.hpp | D | 03-May-2024 | 1.5 KiB | 42 | 22 |
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, 6see [SerializerSupport.md](./SerializerSupport.md). 7