Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isdanni committed Jan 15, 2024
1 parent 87ae32e commit 576de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/defs/tensor/defs.cc
Expand Up @@ -1087,7 +1087,7 @@ ONNX_OPERATOR_SET_SCHEMA(
.Attr(
"perm",
"A list of integers. By default, reverse the dimensions, "
"otherwise permute the axes according to the values given.",
"otherwise permute the axes according to the values given."
"Its length must equal to the rank of the input.",
AttributeProto::INTS,
OPTIONAL_VALUE)
Expand Down

0 comments on commit 576de2d

Please sign in to comment.