mindspore.ops.FFT3D

class mindspore.ops.FFT3D[source]

Forward 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 tensor, supported data type is float32.

Outputs:
  • output_tensor (Tensor) - The tensor after undergoing fast Fourier transform, the data type is complex64.

Supported Platforms:

GPU