pytorch/docs/source/fft.rst
Peter Bell dc67b47bc9 Deprecate old fft functions (#44876)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44876

Test Plan: Imported from OSS

Reviewed By: ezyang

Differential Revision: D23866715

Pulled By: mruberry

fbshipit-source-id: 73305eb02f92cbd1ef7d175419529d19358fedda
2020-09-24 02:39:44 -07:00

31 lines
592 B
ReStructuredText

.. role:: hidden
:class: hidden-section
.. _torch-fft-module:
torch.fft
=========
Discrete Fourier transforms and related functions.
To use these functions the torch.fft module must be imported since its name
conflicts with the :func:`torch.fft` function.
.. automodule:: torch.fft
:noindex:
.. currentmodule:: torch.fft
Functions
---------
.. autofunction:: fft
.. autofunction:: ifft
.. autofunction:: fftn
.. autofunction:: ifftn
.. autofunction:: rfft
.. autofunction:: irfft
.. autofunction:: rfftn
.. autofunction:: irfftn
.. autofunction:: hfft
.. autofunction:: ihfft