TensorPlay
API symbolsfft
Copy
View MarkdownDownload .md

tensorplay.fft.irfft2

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

Inverse of rfft2(): irfft() on the final dimension first (s[-1] is the real output size), then ifft() on the rest.

Ask DeepWiki