From 1ed388f6b400056f5f260163b4b500cfbbd17c28 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 28 Jan 2021 14:45:09 +0000 Subject: IVGCVSW-5605 Doxygen: Move Serializer and Deserializer to Software Tools * Not using the README.md files directly because it doesn't seem to be possible to get the content of readme.md combined with the content of the support.md files in one page Signed-off-by: Jan Eilers Change-Id: I1e5073761f3af8a8d498385f3f7586334e7b29ec --- src/armnnDeserializer/DeserializerSupport.md | 75 ---------------------------- 1 file changed, 75 deletions(-) delete mode 100644 src/armnnDeserializer/DeserializerSupport.md (limited to 'src/armnnDeserializer/DeserializerSupport.md') diff --git a/src/armnnDeserializer/DeserializerSupport.md b/src/armnnDeserializer/DeserializerSupport.md deleted file mode 100644 index 2ff3a24503..0000000000 --- a/src/armnnDeserializer/DeserializerSupport.md +++ /dev/null @@ -1,75 +0,0 @@ -# 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: - -* Abs -* Activation -* Addition -* ArgMinMax -* BatchToSpaceNd -* BatchNormalization -* Concat -* Comparison -* Constant -* Convolution2d -* DepthToSpace -* DepthwiseConvolution2d -* Dequantize -* DetectionPostProcess -* Division -* ElementwiseUnary -* Fill -* Floor -* FullyConnected -* Gather -* Input -* InstanceNormalization -* L2Normalization -* Logical -* LogSoftmax -* Lstm -* Maximum -* Mean -* Merge -* Minimum -* Multiplication -* Normalization -* Output -* Pad -* Permute -* Pooling2d -* Prelu -* Quantize -* QLstm -* QuantizedLstm -* Rank -* Reshape -* Resize -* ResizeBilinear -* Rsqrt -* Slice -* Softmax -* SpaceToBatchNd -* SpaceToDepth -* Splitter -* Stack -* StandIn -* StridedSlice -* Subtraction -* Switch -* TransposeConvolution2d - -More machine learning layers will be supported in future releases. - -## Deprecated layers - -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: - -* Equal will deserialize as Comparison -* Merger will deserialize as Concat -* Greater will deserialize as Comparison -* ResizeBilinear will deserialize as Resize -- cgit v1.2.1