dpnp.fft.fft2

dpnp.fft.fft2(x, s=None, axes=(-2, -1), norm=None)[source]

Compute the 2-dimensional discrete Fourier Transform.

Multi-dimensional arrays computed as batch of 1-D arrays.

For full documentation refer to numpy.fft.fft2.

Limitations

Parameter x is supported either as dpnp.ndarray. Parameter norm is unsupported. Only dpnp.float64, dpnp.float32, dpnp.int64, dpnp.int32, dpnp.complex128 data types are supported. Otherwise the function will be executed sequentially on CPU.