From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/deserializer.xhtml | 196 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 21.02/deserializer.xhtml (limited to '21.02/deserializer.xhtml') diff --git a/21.02/deserializer.xhtml b/21.02/deserializer.xhtml new file mode 100644 index 0000000000..083f3dcc36 --- /dev/null +++ b/21.02/deserializer.xhtml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + +ArmNN: Deserializer + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Deserializer
+
+
+ +

The armnnDeserializer is a library for loading neural networks defined by Arm NN FlatBuffers files into the Arm NN runtime.

+

+Supported Layers

+

This reference guide provides a list of layers which can be deserialized 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
  • +
  • Reduce
  • +
  • Reshape
  • +
  • Resize
  • +
  • ResizeBilinear
  • +
  • Slice
  • +
  • Softmax
  • +
  • SpaceToBatchNd
  • +
  • SpaceToDepth
  • +
  • Splitter
  • +
  • Stack
  • +
  • StandIn
  • +
  • StridedSlice
  • +
  • Subtraction
  • +
  • Switch
  • +
  • Transpose
  • +
  • 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