aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-10-22 15:48:12 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2021-10-27 20:55:51 +0100
commitaf3a4ef77d8f330a995911b979417857514df62c (patch)
tree97c022fcf407d49649d4dceb285be2d047056132 /docs
parent2e5d0b2e2a212ceb803681b717cbaf821f5e0929 (diff)
downloadarmnn-af3a4ef77d8f330a995911b979417857514df62c.tar.gz
IVGCVSW-6469 Add MirrorPad TfLiteParser and TfLiteDelegate Support
Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Ia1c97adb401c5381341408ec1e4da287ef2d48fe
Diffstat (limited to 'docs')
-rw-r--r--docs/01_01_parsers.dox1
-rw-r--r--docs/01_03_delegate.dox2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/01_01_parsers.dox b/docs/01_01_parsers.dox
index adc3051429..186ed6193a 100644
--- a/docs/01_01_parsers.dox
+++ b/docs/01_01_parsers.dox
@@ -149,6 +149,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- MAXIMUM
- MEAN
- MINIMUM
+- MIRROR_PAD
- MUL
- NEG
- NOT_EQUAL
diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox
index 2d30e653fa..b3caf8cbf8 100644
--- a/docs/01_03_delegate.dox
+++ b/docs/01_03_delegate.dox
@@ -109,6 +109,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- MINIMUM
+- MIRROR_PAD
+
- MUL
- NEG