From 8693a90772c7fcc8af6c39010981a184fbe13b57 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Thu, 19 Aug 2021 12:05:44 +0100 Subject: IVGCVSW-5924 Update TfLiteParser and TfLiteDelegate documentation * Added EXPAND_DIMS and SHAPE operator references. Signed-off-by: Matthew Sloyan Change-Id: I759c37db07c2ed2fa1a037a8b1e312367f4073ff --- docs/01_01_parsers.dox | 2 ++ docs/01_03_delegate.dox | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/01_01_parsers.dox b/docs/01_01_parsers.dox index 63c34210fe..3ac5b27735 100644 --- a/docs/01_01_parsers.dox +++ b/docs/01_01_parsers.dox @@ -119,6 +119,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators - ELU - EQUAL - EXP +- EXPAND_DIMS - FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE - GATHER - GREATER @@ -149,6 +150,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators - RESIZE_BILINEAR - RESIZE_NEAREST_NEIGHBOR - RSQRT +- SHAPE - SLICE - SOFTMAX - SPACE_TO_BATCH diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox index 7859202c92..92cdf6d7e1 100644 --- a/docs/01_03_delegate.dox +++ b/docs/01_03_delegate.dox @@ -139,6 +139,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - RSQRT +- SHAPE + - SOFTMAX - SPACE_TO_BATCH_ND -- cgit v1.2.1