ArmNN  NotReleased
src/armnnDeserializer/DeserializerSupport.md
Go to the documentation of this file.
1 # The layers that ArmNN SDK Deserializer currently supports.
2 
3 This reference guide provides a list of layers which can be deserialized currently by the Arm NN SDK.
4 
5 ## Fully supported
6 
7 The Arm NN SDK Deserialize parser currently supports the following layers:
8 
9 * Abs
10 * Activation
11 * Addition
12 * ArgMinMax
13 * BatchToSpaceNd
14 * BatchNormalization
15 * Concat
16 * Comparison
17 * Constant
18 * Convolution2d
19 * DepthToSpace
20 * DepthwiseConvolution2d
21 * Dequantize
22 * DetectionPostProcess
23 * Division
24 * ElementwiseUnary
25 * Floor
26 * FullyConnected
27 * Gather
28 * Input
29 * InstanceNormalization
30 * L2Normalization
31 * LogSoftmax
32 * Lstm
33 * Maximum
34 * Mean
35 * Merge
36 * Minimum
37 * Multiplication
38 * Normalization
39 * Output
40 * Pad
41 * Permute
42 * Pooling2d
43 * Prelu
44 * Quantize
45 * QuantizedLstm
46 * Reshape
47 * Resize
48 * ResizeBilinear
49 * Rsqrt
50 * Slice
51 * Softmax
52 * SpaceToBatchNd
53 * SpaceToDepth
54 * Splitter
55 * Stack
56 * StandIn
57 * StridedSlice
58 * Subtraction
59 * Switch
60 * TransposeConvolution2d
61 * Resize
62 
63 More machine learning layers will be supported in future releases.
64 
65 ## Deprecated layers
66 
67 Some layers have been deprecated and replaced by others layers. In order to maintain backward compatibility, serializations of these deprecated layers will deserialize to the layers that have replaced them, as follows:
68 
69 * Equal will deserialize as Comparison
70 * Merger will deserialize as Concat
71 * Greater will deserialize as Comparison
72 * ResizeBilinear will deserialize as Resize