aboutsummaryrefslogtreecommitdiff
path: root/src/armnnSerializer
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-05-21 14:27:48 +0100
committerJan Eilers <jan.eilers@arm.com>2020-05-22 14:49:45 +0000
commit753560b55dbf6656389b95efc8d4df07ac43cc9a (patch)
tree5185b55f0a7a20d520c3556ec91aca9730991799 /src/armnnSerializer
parent2624dd719a78d02e7500557d284191f90f7a707e (diff)
downloadarmnn-753560b55dbf6656389b95efc8d4df07ac43cc9a.tar.gz
IVGCVSW-4792 Update armnn readme and support files
* Add Transpose to SerializerSupport.md * Remove ResizeBilinear as it is deprecated layer * Add EXP and SPLIT_V to TensorFlowLiteSupport.md * Add transpose to TensorFlowSupport.md Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I05b0411b61c1b74b27b4669e81fa8ce521bb4190
Diffstat (limited to 'src/armnnSerializer')
-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