aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/armnnSerializer/SerializerSupport.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/armnnSerializer/SerializerSupport.md b/src/armnnSerializer/SerializerSupport.md
index 832c1a7cca..734ae18af6 100644
--- a/src/armnnSerializer/SerializerSupport.md
+++ b/src/armnnSerializer/SerializerSupport.md
@@ -10,6 +10,7 @@ The Arm NN SDK Serializer currently supports the following layers:
* Addition
* BatchToSpaceNd
* BatchNormalization
+* Concat
* Constant
* Convolution2d
* DepthwiseConvolution2d
@@ -26,7 +27,6 @@ The Arm NN SDK Serializer currently supports the following layers:
* Maximum
* Mean
* Merge
-* Concat
* Minimum
* Multiplication
* Normalization
@@ -45,3 +45,7 @@ The Arm NN SDK Serializer currently supports the following layers:
* Switch
More machine learning layers will be supported in future releases.
+
+Note: Merger layer has been renamed Concat. Serializations of the old
+ format with Merger layers will deserialize to Concat layers to
+ maintain backward compatibility. \ No newline at end of file