aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer/SerializerSupport.md
blob: ae8691ed040e6fd5f8737a39a90b6e8ae8dd8496 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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
* BatchNormalization
* Constant
* Convolution2d
* DepthwiseConvolution2d
* Division
* Equal
* Floor
* FullyConnected
* Gather
* Greater
* Maximum
* Mean
* Merger
* Minimum
* Multiplication
* Normalization
* Pad
* Permute
* Pooling2d
* Reshape
* ResizeBilinear
* Rsqrt
* Softmax
* SpaceToBatchNd
* StridedSlice
* Subtraction

More machine learning layers will be supported in future releases.