IVGCVSW-2992 Document Concat layer rename
authorJim Flynn <jim.flynn@arm.com>
Wed, 29 May 2019 09:44:06 +0000 (10:44 +0100)
committerJim Flynn <jim.flynn@arm.com>
Wed, 29 May 2019 12:08:52 +0000 (13:08 +0100)
Change-Id: I499591ef268f8da8e08f22fd25eaf5e6c6caf5d9
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
src/armnnSerializer/SerializerSupport.md

index 832c1a7..734ae18 100644 (file)
@@ -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