aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-08-19 12:05:44 +0100
committerNikhil Raj Arm <nikhil.raj@arm.com>2021-08-19 13:33:14 +0000
commite369dbddae66c58f4b444c4b25871c10af19ed9d (patch)
tree7ff716742da138193de0e197dad6e4189cb10b1b /docs
parent5ed3bc54bcce81dc27d73171a417a4c7fa8698f3 (diff)
downloadarmnn-e369dbddae66c58f4b444c4b25871c10af19ed9d.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
Diffstat (limited to 'docs')
-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