aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2020-12-16 12:50:01 +0000
committerJim Flynn <jim.flynn@arm.com>2020-12-17 12:20:58 +0000
commit7515d0730acc926316886a85401bcd36f640627e (patch)
tree97b312e641e7419b14dd6f7b1686afc6b56e788b /delegate/TensorFlowLiteDelegateSupport.md
parentdf82f3abc8acc90acfd56f18744a8cae201a759a (diff)
downloadarmnn-7515d0730acc926316886a85401bcd36f640627e.tar.gz
IVGCVSW-5614 Enable Hard Swish and Elu activations
* Enabled Hard Swish and Elu in TfLiteDelegate * Added support for Elu in TfLiteParser Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: If09321b58568a98e14cabce610a1586556da041e
Diffstat (limited to 'delegate/TensorFlowLiteDelegateSupport.md')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md
index c334018e49..7531834643 100644
--- a/delegate/TensorFlowLiteDelegateSupport.md
+++ b/delegate/TensorFlowLiteDelegateSupport.md
@@ -24,6 +24,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* EQUAL
+* ELU
+
* EXP
* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
@@ -34,6 +36,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* GREATER_OR_EQUAL
+* HARD_SWISH
+
* LESS
* LESS_OR_EQUAL