aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2022-11-04 11:25:27 +0000
committerMatthew Sloyan <matthew.sloyan@arm.com>2022-11-04 11:25:27 +0000
commitffa3493e86ce2f3cae95b851e755a5beca6c335f (patch)
tree3273c964b3cd98280261122dfb3c849dd3b7ed3a
parent297849b842e1d3798018acca48d72f253ec620d2 (diff)
downloadarmnn-ffa3493e86ce2f3cae95b851e755a5beca6c335f.tar.gz
IVGCVSW-7333 Add missing TFLite Delegate operator support to documentation
Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Id7747e85119eb70254ad7795168ce31b137f2f49
-rw-r--r--docs/05_03_delegate.dox56
1 files changed, 35 insertions, 21 deletions
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index 9d926275a8..ffd583dce5 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -37,13 +37,13 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- ADD
-- ARGMAX
+- ARG_MAX
-- ARGMIN
+- ARG_MIN
-- AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- AVERAGE_POOL_2D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
-- AVERAGE_POOL_3D
+- AVERAGE_POOL_3D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, SIGN_BIT, TANH, NONE
- BATCH_MATMUL
@@ -51,15 +51,15 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- CAST
-- CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- CONCATENATION, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
-- CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- CONV_2D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
-- CONV_3D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- CONV_3D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
- DEPTH_TO_SPACE
-- DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- DEPTHWISE_CONV_2D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
- DEQUANTIZE
@@ -71,23 +71,33 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- EXP
-- FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- EXPAND_DIMS
+
+- FILL
- FLOOR
+- FLOOR_DIV
+
+- FULLY_CONNECTED, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
+
- GATHER
- GATHER_ND
- GREATER
-- GREATER_OR_EQUAL
+- GREATER_EQUAL
- HARD_SWISH
+- L2_NORMALIZATION
+
+- L2_POOL_2D
+
- LESS
-- LESS_OR_EQUAL
+- LESS_EQUAL
- LOCAL_RESPONSE_NORMALIZATION
@@ -105,15 +115,11 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- LSTM
-- L2_NORMALIZATION
-
-- L2_POOL_2D
-
- MAXIMUM
-- MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- MAX_POOL_2D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
-- MAX_POOL_3D
+- MAX_POOL_3D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, SIGN_BIT, TANH, NONE
- MEAN
@@ -131,6 +137,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- PAD
+- PADV2
+
- PRELU
- QUANTIZE
@@ -141,16 +149,20 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- REDUCE_MIN
+- REDUCE_PROD
+
+- RELU
+
+- RELU6
+
+- RELU_N1_TO_1
+
- RESHAPE
- RESIZE_BILINEAR
- RESIZE_NEAREST_NEIGHBOR
-- RELU
-
-- RELU6
-
- RSQRT
- SHAPE
@@ -169,6 +181,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- SQRT
+- SQUEEZE
+
- STRIDED_SLICE
- SUB