tf.fft()

tf.fft(input, name=None)

Compute the 1-dimensional discrete Fourier Transform over the inner-most

dimension of input.

Args:
  • input: A Tensor of type complex64. A complex64 tensor.
  • name: A name for the operation (optional).
Returns:

A Tensor of type complex64. A complex64 tensor of the same shape as input. The inner-most dimension of input is replaced with its 1D Fourier Transform.

doc_TensorFlow
2016-10-14 13:07:46
Comments
Leave a Comment

Please login to continue.