pytorch/docs/source/fft.rst
mattip f61556a7ce Use autosummary on torch.fft, torch.linalg (#55748)
Summary:
Related to https://github.com/pytorch/pytorch/issues/52256

Use autosummary instead of autofunction to create subpages for `torch.fft` and `torch.linalg` functions.

zou3519

Pull Request resolved: https://github.com/pytorch/pytorch/pull/55748

Reviewed By: jbschlosser

Differential Revision: D27739282

Pulled By: heitorschueroff

fbshipit-source-id: 37aa06cb8959721894ffadc15ae8c3b83481a319
2021-04-13 12:02:36 -07:00

47 lines
583 B
ReStructuredText

.. role:: hidden
:class: hidden-section
torch.fft
=========
Discrete Fourier transforms and related functions.
.. automodule:: torch.fft
:noindex:
.. currentmodule:: torch.fft
Fast Fourier Transforms
-----------------------
.. autosummary::
:toctree: generated
:nosignatures:
fft
ifft
fft2
ifft2
fftn
ifftn
rfft
irfft
rfft2
irfft2
rfftn
irfftn
hfft
ihfft
Helper Functions
----------------
.. autosummary::
:toctree: generated
:nosignatures:
fftfreq
rfftfreq
fftshift
ifftshift