• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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,
7take a look at our [doxygen documentation](https://arm-software.github.io/armnn/latest/deserializer.xhtml).