API symbolsfftlatest (dev)latest (dev)2026-09-08v1.0.02026-09-06CopyCopy as MarkdownCopy page linkView MarkdownOpenAIOpen in ChatGPTClaudeOpen in ClaudePerplexityOpen in PerplexityGrokOpen in Grok tensorplay.fft._transforms.irfft tensorplay.fft._transforms.irfft(input, n=None, dim=-1, norm=None, *, out=None)[source] Computes the inverse of rfft(); n is the output length. Help improve this pageFound an error, an unclear step, or a missing example?Was this page helpful?YesNoSuggest an editReport an issuetensorplay.fft._transforms.ihfftnInverse of hfftn() : ihfft() along the final transformed dimension, then fft() over the remaining dimensions.tensorplay.fft._transforms.irfft2Computes the inverse of rfft2() .