tf.ifft3d()

tf.ifft3d(input, name=None)

Compute the inverse 3-dimensional discrete Fourier Transform over the inner-most

3 dimensions 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 3 dimensions of input are replaced with their inverse 3D Fourier Transform.

doc_TensorFlow
2016-10-14 13:08:01
Comments
Leave a Comment

Please login to continue.