From 6f87a2656ca07932f5d55bc2f24b7e81d89dc9d1 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Tue, 30 Apr 2024 18:41:43 +0900 Subject: [PATCH] [tflite2circle] Enable RELU_0_TO_1 (#12946) This will enable to convert Enable RELU_0_TO_1 Op from tflite to circle. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/tflite2circle/src/TFLOperator.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tflite2circle/src/TFLOperator.lst b/compiler/tflite2circle/src/TFLOperator.lst index b7db49b0ae5..cbe171e006c 100644 --- a/compiler/tflite2circle/src/TFLOperator.lst +++ b/compiler/tflite2circle/src/TFLOperator.lst @@ -152,3 +152,4 @@ TFL_OPERATOR(ASSIGN_VARIABLE) TFL_OPERATOR(BROADCAST_ARGS) TFL_OPERATOR(RANDOM_STANDARD_NORMAL) TFL_OPERATOR(GELU) +TFL_OPERATOR(RELU_0_TO_1)