aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_IFFT.pbtxt
blob: 267ad8d0a0b82bb9ecde5cd3237fb2f6af25542f (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "IFFT"
  endpoint {
    name: "spectral.ifft"
  }
  endpoint {
    name: "ifft"
    deprecation_message: "tf.ifft is deprecated, please use tf.spectral.ifft instead."
  }
}