tf.signal.fft2d

2D fast Fourier transform.

tf.signal.fft2d(
    input, name=None
)

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

Args:

Returns:

A Tensor. Has the same type as input.