aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-02-05 17:22:28 +0000
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-02-11 09:37:48 +0000
commita35b40bb58b2de20893f64a5941ccc54d64a8ffa (patch)
tree88a9de15ccaf25ecae122c98ea863e5d740b5573 /docs
parent788e2c644e16fa7043b9a647806df46fd18bc040 (diff)
downloadarmnn-a35b40bb58b2de20893f64a5941ccc54d64a8ffa.tar.gz
IVGCVSW-5392 TfLiteDelegate: Implement the Batch/Space operators
* Added support for BATCH_TO_SPACE_ND and SPACE_TO_BATCH_ND Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Ib29333f3e2bc1a18bcc63533da4369b63c45ab90
Diffstat (limited to 'docs')
-rw-r--r--docs/01_03_delegate.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox
index 73d869041e..9063f05658 100644
--- a/docs/01_03_delegate.dox
+++ b/docs/01_03_delegate.dox
@@ -43,6 +43,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- BATCH_TO_SPACE_ND
+
- CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
@@ -125,6 +127,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- SOFTMAX
+- SPACE_TO_BATCH_ND
+
- SPACE_TO_DEPTH
- SPLIT