Skip to content

Commit 3939afb

Browse files
committed
PlaceholderWithDefault needs IR4:
1 parent f249443 commit 3939afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040

4141
# Mapping opset to IR version.
4242
OPSET_TO_IR_VERSION = {
43-
1: 3, 2: 3, 3: 3, 4: 3, 5: 3, 6: 3, 7: 3, 8: 4, 9: 4, 10: 5, 11: 6, 12: 7
43+
1: 3, 2: 3, 3: 3, 4: 3, 5: 3, 6: 3, 7: 4, 8: 4, 9: 4, 10: 5, 11: 6, 12: 7
4444
}

0 commit comments

Comments
 (0)