aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializer/DeserializerSupport.md
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-02-27 14:42:31 +0000
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-03-01 10:25:29 +0000
commit377351e5420304668da92da4ee00a012923619d1 (patch)
tree2fcfbcc1eaecb234a421853ae27ef84487c16989 /src/armnnDeserializer/DeserializerSupport.md
parent235cea596805ecd074045b33c242cb509b1f647d (diff)
downloadarmnn-377351e5420304668da92da4ee00a012923619d1.tar.gz
IVGCVSW-2695 Serialize / deserialize the Maximum layer
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I6c89a40b1fc00699a048efb26966142517c3ff43
Diffstat (limited to 'src/armnnDeserializer/DeserializerSupport.md')
-rw-r--r--src/armnnDeserializer/DeserializerSupport.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/armnnDeserializer/DeserializerSupport.md b/src/armnnDeserializer/DeserializerSupport.md
index 791068340f..bb2f0637ac 100644
--- a/src/armnnDeserializer/DeserializerSupport.md
+++ b/src/armnnDeserializer/DeserializerSupport.md
@@ -15,6 +15,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
* Division
* Equal
* FullyConnected
+* Maximum
* Minimum
* Multiplication
* Permute
@@ -23,4 +24,4 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
* Softmax
* SpaceToBatchNd
-More machine learning layers will be supported in future releases.
+More machine learning layers will be supported in future releases. \ No newline at end of file