aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.ifft.md
blob: 5da36ff5b61a65364d5a1e908be1a981e631ea32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### `tf.ifft(input, name=None)` {#ifft}

.Doc(R"doc(

Compute the inverse 1-dimensional discrete Fourier Transform.

##### Args:


*  <b>`input`</b>: A `Tensor` of type `complex64`. A complex64 vector.
*  <b>`name`</b>: A name for the operation (optional).

##### Returns:

  A `Tensor` of type `complex64`.
  The inverse 1D Fourier Transform of `input`.