Skip to content

Commit f482810

Browse files
committed
fix ci - opset_8 is ir_4
1 parent c6358ec commit f482810

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
@@ -41,5 +41,5 @@
4141
# Mapping opset to IR version.
4242
# When adding here, make sure that the IR changes don't impact that we do.
4343
OPSET_TO_IR_VERSION = {
44-
1: 3, 2:3, 3: 3, 4: 4, 5: 3, 6:3, 7:3, 8:3, 9:4, 10:5, 11:6, 12:7
44+
1: 3, 2:3, 3: 3, 4: 4, 5: 3, 6:3, 7:3, 8:4, 9:4, 10:5, 11:6, 12:7
4545
}

0 commit comments

Comments
 (0)