TensorPlay
API symbolsfft
Copy
View MarkdownDownload .md

tensorplay.fft.rfft2

tensorplay.fft.rfft2(input, s=None, dim=(-2, -1), norm=None)[source]

Two-dimensional FFT of real input: fft() on leading dims, then rfft() on the final transformed dimension.

Ask DeepWiki