Skip to content

Commit

Permalink
Fix 1 typo in numpy_helper.py (#6041)
Browse files Browse the repository at this point in the history
### Description
typo

### Motivation and Context
typo fix

Signed-off-by: RoboSchmied <github@roboschmie.de>
Co-authored-by: G. Ramalingam <grama@microsoft.com>
  • Loading branch information
RoboSchmied and gramalingam committed Apr 4, 2024
1 parent 8f987ee commit 4128a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/numpy_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def from_optional(


def convert_endian(tensor: TensorProto) -> None:
"""Call to convert endianess of raw data in tensor.
"""Call to convert endianness of raw data in tensor.
Args:
tensor: TensorProto to be converted.
Expand Down

0 comments on commit 4128a09

Please sign in to comment.