From 7515d0730acc926316886a85401bcd36f640627e Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Wed, 16 Dec 2020 12:50:01 +0000 Subject: 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 Change-Id: If09321b58568a98e14cabce610a1586556da041e --- delegate/TensorFlowLiteDelegateSupport.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'delegate/TensorFlowLiteDelegateSupport.md') 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 -- cgit v1.2.1