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