Skip to content

Commit c934e52

Browse files
authored
Update onnxscript/ir/serde.py
1 parent a984584 commit c934e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnxscript/ir/serde.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ def serialize_graph_into(
13141314
logger.warning("Initializer '%s' does not have a constant value set.", value.name)
13151315
continue
13161316
# Make sure the tensor's name is the same as the value's name
1317-
# TODO(#1554): Handle tensor alias better
13181317
value.const_value.name = value.name
13191318
serialize_tensor_into(graph_proto.initializer.add(), from_=value.const_value)
13201319
for node in from_:

0 commit comments

Comments
 (0)