aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2021-01-20 17:48:07 +0000
committerJim Flynn <jim.flynn@arm.com>2021-01-26 12:11:46 +0000
commit89c5a9e6ecfa169512c43e659b1833f9a3c41d90 (patch)
treeba7314e4cece46bfb1c879e3ac6303010ca234f0 /delegate/TensorFlowLiteDelegateSupport.md
parent4b227bb4e2d83f0e3125a2a8fcc6834b3b98b44d (diff)
downloadarmnn-89c5a9e6ecfa169512c43e659b1833f9a3c41d90.tar.gz
IVGCVSW-5391 'ArmNN TfLiteDelegate: Implement the Space/Depth operators'
* Added DEPTH_TO_SPACE and SPACE_TO_DEPTH operators support Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I2595f759181bd7339127e7b114b850b534210dd5
Diffstat (limited to 'delegate/TensorFlowLiteDelegateSupport.md')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md
index ed1124a1ff..a5d4faf3ef 100644
--- a/delegate/TensorFlowLiteDelegateSupport.md
+++ b/delegate/TensorFlowLiteDelegateSupport.md
@@ -20,6 +20,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+* DEPTH_TO_SPACE
+
* DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
* DEQUANTIZE
@@ -94,6 +96,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* SOFTMAX
+* SPACE_TO_DEPTH
+
* SPLIT
* SPLIT_V