Skip to content

Commit

Permalink
Update onnxscript/ir/_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Jan 18, 2025
1 parent 8e80f58 commit 3ae7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxscript/ir/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ class Usage(NamedTuple):
Attributes:
node: The node that uses the value.
index: The index of the value in the node.
index: The input index of the value in the node.
"""

node: Node
Expand Down

0 comments on commit 3ae7882

Please sign in to comment.