android13/external/armnn/src/armnnSerializer
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
test initial 2024-06-22 20:45:49 +08:00
ArmnnSchema.fbs initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
Serializer.cpp initial 2024-06-22 20:45:49 +08:00
Serializer.hpp initial 2024-06-22 20:45:49 +08:00
SerializerSupport.md initial 2024-06-22 20:45:49 +08:00
SerializerUtils.cpp initial 2024-06-22 20:45:49 +08:00
SerializerUtils.hpp initial 2024-06-22 20:45:49 +08:00

README.md

The Arm NN Serializer

The armnnSerializer is a library for serializing an Arm NN network to a stream.

For more information about the layers that are supported, and the networks that have been tested, see SerializerSupport.md.