From 1cd39493163ea4cf74266b2957a5e54d1ed059bf Mon Sep 17 00:00:00 2001 From: Fredrik Svedberg Date: Fri, 23 Sep 2022 15:38:03 +0200 Subject: MLBEDSW-6932 LeakyRelu missing from supported ops activations Added LeakyRelu to supported activation ops. Signed-off-by: Fredrik Svedberg Change-Id: Icca27730946d02ec16159f988782567be716b594 --- ethosu/vela/tflite_supported_operators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ethosu/vela/tflite_supported_operators.py b/ethosu/vela/tflite_supported_operators.py index 8b448dfe..b6f97963 100644 --- a/ethosu/vela/tflite_supported_operators.py +++ b/ethosu/vela/tflite_supported_operators.py @@ -129,6 +129,7 @@ class TFLiteSupportedOperators: Op.Sigmoid, Op.Softmax, Op.HardSwish, + Op.LeakyRelu, Op.Prelu, ) ) -- cgit v1.2.1