FFT
- class complextorch.nn.modules.fft.FFTBlock(n=None, dim=-1, norm=None)
FFT Block
A complex-valued module that performs the forward fast Fourier transform.
For more information, see PyTorch fft <https://pytorch.org/docs/stable/fft.html>.
A complex-valued module that performs the forward fast Fourier transform.
For more information, see PyTorch fft <https://pytorch.org/docs/stable/fft.html>.