mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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
31 lines
592 B
ReStructuredText
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
|