aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-05-10 12:46:40 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-05-10 18:05:30 +0100
commitf99f19dc200474b35cb334d8cdbc62e20d3ea337 (patch)
treec12e1e77a640addf93b961859ad00c2e5303f8c0
parent38c26926ee6e4fe08af2c31d16536f576d8194cd (diff)
downloadarmnn-f99f19dc200474b35cb334d8cdbc62e20d3ea337.tar.gz
IVGCVSW-5970 - Add UNPACK and PACK to delegate documentation
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I59df474b957dc7f45aed3152174849c94769d7a0
-rw-r--r--docs/01_03_delegate.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox
index a90883ba84..7859202c92 100644
--- a/docs/01_03_delegate.dox
+++ b/docs/01_03_delegate.dox
@@ -113,6 +113,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- NOT_EQUAL
+- PACK
+
- PAD
- PRELU
@@ -161,6 +163,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- TRANSPOSE_CONV
+- UNPACK
+
More machine learning operators will be supported in future releases.
**/
} \ No newline at end of file