Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chu <justinchu@microsoft.com>
  • Loading branch information
justinchuby committed Aug 21, 2023
1 parent a9db6ad commit b1ac96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onnx/defs/math/defs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ ONNX_OPERATOR_SET_SCHEMA(
"For real input, the following shape is expected: [signal_dim0][signal_dim1][signal_dim2]...[signal_dimN][1]. "
"For complex input, the following shape is expected: [signal_dim0][signal_dim1][signal_dim2]...[signal_dimN][2]. "
"The first dimension is the batch dimension. "
"The following N dimentions correspond to the signal's dimensions. "
"The following N dimensions correspond to the signal's dimensions. "
"The final dimension represents the real and imaginary parts of the value in that order.",
"T1",
OpSchema::Single,
Expand Down
2 changes: 1 addition & 1 deletion onnx/defs/math/old.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2989,7 +2989,7 @@ ONNX_OPERATOR_SET_SCHEMA(
"For real input, the following shape is expected: [batch_idx][signal_dim1][signal_dim2]...[signal_dimN][1]. "
"For complex input, the following shape is expected: [batch_idx][signal_dim1][signal_dim2]...[signal_dimN][2]. "
"The first dimension is the batch dimension. "
"The following N dimentions correspond to the signal's dimensions. "
"The following N dimensions correspond to the signal's dimensions. "
"The final dimension represents the real and imaginary parts of the value in that order.",
"T1",
OpSchema::Single,
Expand Down

0 comments on commit b1ac96a

Please sign in to comment.