mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
spelling: consider
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2a5a690b92
commit
956cac58fc
@ -45,7 +45,7 @@ array fft_impl(
|
|||||||
throw std::invalid_argument(msg.str());
|
throw std::invalid_argument(msg.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
// In the following shape manipulations there are three cases to consdier:
|
// In the following shape manipulations there are three cases to consider:
|
||||||
// 1. In a complex to complex transform (fftn / ifftn) the output
|
// 1. In a complex to complex transform (fftn / ifftn) the output
|
||||||
// and input shapes are the same.
|
// and input shapes are the same.
|
||||||
// 2. In a real to complex transform (rfftn) n specifies the input dims
|
// 2. In a real to complex transform (rfftn) n specifies the input dims
|
||||||
|
Loading…
Reference in New Issue
Block a user