aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2023-05-08 15:01:55 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2023-05-08 15:01:55 +0100
commitf6ed6d410dca0bbf22f338ca6e2fafd36d5c963f (patch)
tree22b87db4de8e41bf407281fd43b47f15537ab273
parent46e574e8195ae2e8085086457a642210d9d3b8cd (diff)
downloadarmnn-f6ed6d410dca0bbf22f338ca6e2fafd36d5c963f.tar.gz
IVGCVSW-7485 Update operator support documentation for 23.05
* Added CEIL and other missing operators to TfLiteParser and TfLite Delegate documentation. Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Ic30a3367a13d3b64aca2f7a8d8cc5b16616a0bcc
-rw-r--r--docs/05_01_parsers.dox3
-rw-r--r--docs/05_03_delegate.dox4
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/05_01_parsers.dox b/docs/05_01_parsers.dox
index b0115626d6..e8d4797227 100644
--- a/docs/05_01_parsers.dox
+++ b/docs/05_01_parsers.dox
@@ -123,6 +123,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- ARG_MIN
- AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- BATCH_TO_SPACE
+- CAST
+- CEIL
- CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- CONV_3D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
@@ -187,6 +189,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- TANH
- TRANSPOSE
- TRANSPOSE_CONV
+- UNIDIRECTIONAL_SEQUENCE_LSTM
- UNPACK
### Custom Operator
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index ffd583dce5..b804268e90 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -51,6 +51,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- CAST
+- CEIL
+
- CONCATENATION, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
- CONV_2D, Supported Fused Activation: RELU, RELU6, RELU_N1_TO_1, SIGMOID, TANH, NONE
@@ -183,6 +185,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- SQUEEZE
+- SLICE
+
- STRIDED_SLICE
- SUB