aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-05-29 10:44:06 +0100
committerJim Flynn <jim.flynn@arm.com>2019-05-29 13:08:52 +0100
commita70fe6049672710ffc06b708198ef44f3873eb89 (patch)
tree7b46c99fabb6372907b9c7c7b468f89216ffbcdc
parentf341d7f56d47da33322f0cbdc5cc106a1ea49c6f (diff)
downloadarmnn-a70fe6049672710ffc06b708198ef44f3873eb89.tar.gz
IVGCVSW-2992 Document Concat layer rename
Change-Id: I499591ef268f8da8e08f22fd25eaf5e6c6caf5d9 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
-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