aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer/SerializerSupport.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnSerializer/SerializerSupport.md')
-rw-r--r--src/armnnSerializer/SerializerSupport.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md
index 8ba164c91e..f8d86551ae 100644
--- a/src/armnnSerializer/SerializerSupport.md
+++ b/src/armnnSerializer/SerializerSupport.md
@@ -45,7 +45,6 @@ The Arm NN SDK Serializer currently supports the following layers:
* QuantizedLstm
* Reshape
* Resize
-* ResizeBilinear
* Slice
* Softmax
* SpaceToBatchNd
@@ -56,6 +55,7 @@ The Arm NN SDK Serializer currently supports the following layers:
* StridedSlice
* Subtraction
* Switch
+* Transpose
* TransposeConvolution2d
More machine learning layers will be supported in future releases.
@@ -64,10 +64,10 @@ More machine learning layers will be supported in future releases.
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:
+* Abs will deserialize as ElementwiseUnary
* Equal will deserialize as Comparison
-* Merger will deserialize as Concat
* Greater will deserialize as Comparison
+* Merger will deserialize as Concat
* ResizeBilinear will deserialize as Resize
-* Abs will deserialize as ElementwiseUnary
* Rsqrt will deserialize as ElementwiseUnary