Skip to content

Commit 314cf12

Browse files
authored
[compiler/tflite2circle] Introduce Sign operation (#16388)
This adds support for the Sign operation in tflite2circle. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent f0a0fbd commit 314cf12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/tflite2circle/src/TFLOperator.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ TFL_OPERATOR(BROADCAST_ARGS)
153153
TFL_OPERATOR(RANDOM_STANDARD_NORMAL)
154154
TFL_OPERATOR(GELU)
155155
TFL_OPERATOR(RELU_0_TO_1)
156+
TFL_OPERATOR(SIGN)

0 commit comments

Comments
 (0)