tf.ifft2d

tf.ifft2d

tf.ifft2d

tf.spectral.ifft2d

ifft2d(
    input,
    name=None
)

Defined in tensorflow/python/ops/gen_spectral_ops.py.

See the guide: Spectral Functions > Fourier Transform Functions

Inverse 2D fast Fourier transform.

Computes the inverse 2-dimensional discrete Fourier transform over the inner-most 2 dimensions of input.

Args: