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.hfft tensorplay.fft._transforms.hfft(input, n=None, dim=-1, norm=None, *, out=None)[source] Computes the 1-D FFT of a Hermitian-symmetric spectrum; real output. Equivalent to irfft() applied to input.conj(); n is the output length (default 2 * (input.size(dim) - 1)). Help improve this pageFound an error, an unclear step, or a missing example?Was this page helpful?YesNoSuggest an editReport an issuetensorplay.fft._transforms.fftnComputes the N-dimensional discrete Fourier transform over dim .tensorplay.fft._transforms.hfft2Two-dimensional inverse of a Hermitian-symmetric spectrum; real output.