aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer/SerializerSupport.md
blob: 31f631030c99f5b9507328ecdf3aa4cfa6d25325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# The layers that ArmNN SDK Serializer currently supports.

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

## Fully supported

The Arm NN SDK Serializer currently supports the following layers:

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

More machine learning layers will be supported in future releases.