Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 03-May-2024 | - | 5,066 | 4,509 | ||
CMakeLists.txt | D | 03-May-2024 | 1.9 KiB | 45 | 37 | |
Deserializer.cpp | D | 03-May-2024 | 126.5 KiB | 3,128 | 2,529 | |
Deserializer.hpp | D | 03-May-2024 | 9.9 KiB | 192 | 140 | |
DeserializerSupport.md | D | 03-May-2024 | 1.4 KiB | 76 | 67 | |
README.md | D | 03-May-2024 | 306 | 7 | 5 |
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, 7see [DeserializerSupport.md](./DeserializerSupport.md)