aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializer/DeserializerSupport.md
blob: 4ae9780bc7724d2f8998266e9a806d55ffb6cb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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:

* Activation
* Addition
* Constant
* Convolution2d
* DepthwiseConvolution2d
* FullyConnected
* Multiplication
* Permute
* Pooling2d
* Reshape
* Softmax
* SpaceToBatchNd

More machine learning layers will be supported in future releases.