From a35b40bb58b2de20893f64a5941ccc54d64a8ffa Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Fri, 5 Feb 2021 17:22:28 +0000 Subject: 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 Change-Id: Ib29333f3e2bc1a18bcc63533da4369b63c45ab90 --- docs/01_03_delegate.dox | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/01_03_delegate.dox') 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 -- cgit v1.2.1