aboutsummaryrefslogtreecommitdiff
path: root/ethosu
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu')
-rw-r--r--ethosu/vela/tflite_supported_operators.py1
1 files changed, 1 insertions, 0 deletions
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,
)
)