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 Apr 26, 2024
1 parent db08661 commit 68be035
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 @@ -479,7 +479,7 @@ def __init__(
"""Initialize a tensor.
Args:
value: The backing data of the tensor. It can be a numpy array or a Sequence of strings.
value: The backing data of the tensor. It can be a numpy array or a Sequence of bytes.
shape: The shape of the tensor. If None, the shape is obtained from the value.
name: The name of the tensor.
doc_string: The documentation string.
Expand Down

0 comments on commit 68be035

Please sign in to comment.