From f6ed6d410dca0bbf22f338ca6e2fafd36d5c963f Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Mon, 8 May 2023 15:01:55 +0100 Subject: 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 Change-Id: Ic30a3367a13d3b64aca2f7a8d8cc5b16616a0bcc --- docs/05_01_parsers.dox | 3 +++ docs/05_03_delegate.dox | 4 ++++ 2 files changed, 7 insertions(+) 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 -- cgit v1.2.1