mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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
47 lines
583 B
ReStructuredText
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
|