Skip to content

Commit 85b36fc

Browse files
justinchubyCopilot
andauthored
Update onnxscript/optimizer/_constant_folding.py
Co-authored-by: Copilot <[email protected]>
1 parent 1503b68 commit 85b36fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/optimizer/_constant_folding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def process_node(self, node: ir.Node) -> Replacement | None:
10461046
if any(x.is_graph_input() for x in node.inputs if x is not None):
10471047
logger.info(
10481048
"Skipping constant folding for node %r because it is graph input to preserve graph signature",
1049-
node,
1049+
node.name,
10501050
)
10511051
return None
10521052

0 commit comments

Comments
 (0)