We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f249443 commit 3939afbCopy full SHA for 3939afb
tf2onnx/constants.py
@@ -40,5 +40,5 @@
40
41
# Mapping opset to IR version.
42
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
+ 1: 3, 2: 3, 3: 3, 4: 3, 5: 3, 6: 3, 7: 4, 8: 4, 9: 4, 10: 5, 11: 6, 12: 7
44
}
0 commit comments