aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-08-19 12:05:44 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-19 16:54:27 +0100
commit8693a90772c7fcc8af6c39010981a184fbe13b57 (patch)
tree100d19c90bcef78f5a9645cfc0b213dfdee94f71
parent52943a136749d4955f07473e4b8b5f70377bd95b (diff)
downloadarmnn-8693a90772c7fcc8af6c39010981a184fbe13b57.tar.gz
IVGCVSW-5924 Update TfLiteParser and TfLiteDelegate documentation
* Added EXPAND_DIMS and SHAPE operator references. Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: I759c37db07c2ed2fa1a037a8b1e312367f4073ff
-rw-r--r--docs/01_01_parsers.dox2
-rw-r--r--docs/01_03_delegate.dox2
2 files changed, 4 insertions, 0 deletions
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