mindspore.ops.IFFT3D

class mindspore.ops.IFFT3D[source]

Inverse FFT with Three-Dimensional Input.

Warning

This is an experimental prototype that is subject to change and/or deletion.

Inputs:
  • input_tensor (Tensor) - Three dimensional input tensor, supported data type is complex64.

Outputs:
  • output_tensor (Tensor) - Returns the tensor after undergoing inverse Fourier transform, the data type is float32.

Supported Platforms:

GPU