aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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