Skip to content

Commit 0e0c37a

Browse files
committed
fix bug
can't insert cast to output of less or greater for the incompleted dtype support. their conversion logic now cover the logic
1 parent a4cc17f commit 0e0c37a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tf2onnx/tfonnx.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,7 @@ def rewrite_incomplete_type_support_rs5(g, ops):
471471
def rewrite_incomplete_type_support_rs6(g, ops):
472472
impacted_ops = [
473473
"Div",
474-
"Greater",
475474
"IsNaN",
476-
"Less",
477475
"Max",
478476
"Min",
479477
"ReduceSum",

0 commit comments

Comments
 (0)