aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializer/DeserializerSupport.md
blob: 86d3d0241541bd60da98b476fd5851022fe7b171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The layers that ArmNN SDK Deserializer currently supports.

This reference guide provides a list of layers which can be deserialized currently by the Arm NN SDK.

## Fully supported

The Arm NN SDK Deserialize parser currently supports the following layers:

* Addition
* Convolution2d
* DepthwiseConvolution2d
* FullyConnected
* Multiplication
* Pooling2d
* Reshape
* Softmax

More machine learning layers will be supported in future releases.