API symbolsfftCopyCopy as MarkdownCopy page linkView MarkdownDownload .mdOpenAIOpen in ChatGPTClaudeOpen in ClaudePerplexityOpen in PerplexityGrokOpen in Grok tensorplay.fft.ihfft tensorplay.fft.ihfft(input, n=None, dim=-1, norm=None)[source] Computes the inverse of hfft(); one-sided complex output. Equivalent to rfft() applied to input.conj(); n zero-pads/truncates the real input along dim. Help improve this pageFound an error, an unclear step, or a missing example?Was this page helpful?YesNoSuggest an editReport an issuetensorplay.fft.ifftshiftInverse of fftshift() ; shifts by -(n // 2) (odd-safe).tensorplay.fft.ihfft2Two-dimensional counterpart of ihfft() .