Function fft

  • Computes the 1-dimensional discrete Fourier transform over the inner-most dimension of input.

    Returns

    the transformed Tensor

    Parameters

    • x: Tensor

      the complex Tensor to compute an FFT over

    Returns Tensor

Generated using TypeDoc