Skip to content

Commit b9ba4e1

Browse files
committed
kick off pipepine
1 parent 149c44c commit b9ba4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def make_const(self, name, np_val, skip_conversion=False, raw=True):
506506

507507
def copy_const(self, node, name=None):
508508
"""Copy a const node, using name if specified"""
509-
# TODO: support attr copy starting opset 12
509+
# TODO: support attr copy starting at opset 12
510510
if name is None:
511511
name = utils.make_name(node.name)
512512
return self.make_const(name, node.get_tensor_value(as_list=False))

0 commit comments

Comments
 (0)