• Home
Name Date Size #Lines LOC

..--

test/03-May-2024-5,2224,159

ArmnnSchema.fbsD03-May-202417.1 KiB963811

CMakeLists.txtD03-May-20242 KiB5143

README.mdD03-May-2024258 74

Serializer.cppD03-May-202480.4 KiB1,7761,347

Serializer.hppD03-May-202416.8 KiB370251

SerializerSupport.mdD03-May-20241.5 KiB7767

SerializerUtils.cppD03-May-20247.8 KiB202182

SerializerUtils.hppD03-May-20241.5 KiB4222

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