Skip to content

Commit 3a7171f

Browse files
committed
resolve conflicts
1 parent 4f44079 commit 3a7171f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/tfonnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,8 +1905,8 @@ def where_op(ctx, node, name, args):
19051905
"Less": (logical_compare_op, []),
19061906
"ResizeBilinear": (upsample_op9, ["Upsample", "linear"]),
19071907
"ResizeNearestNeighbor": (upsample_op9, ["Upsample", "nearest"]),
1908-
"Where": (where_op, []),
19091908
"Sinh": (direct_op, []),
1909+
"Where": (where_op, []),
19101910
}
19111911

19121912
_OPSETS = [

0 commit comments

Comments
 (0)