From 12239e7291fb04b862e44045be0a4feb7751af62 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 27 May 2020 11:06:17 +0100 Subject: IVGCVSW-4187 Add LEAKY_RELU to TFLite parser Signed-off-by: Nikhil Raj Signed-off-by: Sadik Armagan Change-Id: I3e934142487b92897eb487099a22d032f80e8e07 --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md') diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index b69da0a824..ff80ffc13f 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -26,6 +26,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE +* LEAKY_RELU + * LOGISTIC * L2_NORMALIZATION -- cgit v1.2.1