Skip to content

Commit 4f44079

Browse files
committed
add a missing comma
1 parent a938af2 commit 4f44079

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
@@ -1901,7 +1901,7 @@ def where_op(ctx, node, name, args):
19011901
"Erf": (direct_op, []),
19021902
"Fill": (fill_op, []),
19031903
"Greater": (logical_compare_op, []),
1904-
"IsNan": (direct_op, ["IsNaN"])
1904+
"IsNan": (direct_op, ["IsNaN"]),
19051905
"Less": (logical_compare_op, []),
19061906
"ResizeBilinear": (upsample_op9, ["Upsample", "linear"]),
19071907
"ResizeNearestNeighbor": (upsample_op9, ["Upsample", "nearest"]),

0 commit comments

Comments
 (0)