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.
2 parents 9d22804 + ff634a7 commit d6f1411Copy full SHA for d6f1411
tf2onnx/convert.py
@@ -75,7 +75,7 @@ def main():
75
76
if args.custom_ops:
77
# default custom ops for tensorflow-onnx are in the "tf" namespace
78
- custom_ops = {op: default_custom_op_handler for op in args.custom_ops.split(",")}
+ custom_ops = {op: (default_custom_op_handler, []) for op in args.custom_ops.split(",")}
79
extra_opset = [helper.make_opsetid(_TENSORFLOW_DOMAIN, 1)]
80
else:
81
custom_ops = {}
0 commit comments