aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2023-09-15 15:19:21 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-09-29 11:05:29 +0000
commit077cddbe9e956c6740557a9add499385f235c384 (patch)
treeae1816443bf4f85c7968aa3e542ef2b5e5400e7e /docs
parent9a45e8fab86f7078d22360794058f5550413df78 (diff)
downloadarmnn-077cddbe9e956c6740557a9add499385f235c384.tar.gz
IVGCVSW-8055 Add support for GELU activation function.
* Add support to CpuRef, CpuAcc and GpuAcc * Add support to tflite parser, classic and opaque tflite delegates * Add support to serializer and deserializer * Add Unit tests Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ibc60ef2ef2a051e6d9af6e15d24c46316ec19de4
Diffstat (limited to 'docs')
-rw-r--r--docs/05_01_parsers.dox1
-rw-r--r--docs/05_03_delegate.dox2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/05_01_parsers.dox b/docs/05_01_parsers.dox
index 4454f44218..7dcf8e2553 100644
--- a/docs/05_01_parsers.dox
+++ b/docs/05_01_parsers.dox
@@ -141,6 +141,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- GATHER
- GATHER_ND
+- GELU
- GREATER
- GREATER_EQUAL
- HARD_SWISH
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index 9a40a8ac9e..dde50e13f7 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -86,6 +86,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- GATHER_ND
+- GELU
+
- GREATER
- GREATER_EQUAL