Home
last modified time | relevance | path

Searched refs:fft_length0 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h44 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftC2C() argument
51 {fft_length0, fft_length1, fft_length2}}; in EigenFftC2C()
71 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftR2C() argument
74 {fft_length0, fft_length1, fft_length2}}; in EigenFftR2C()
110 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftC2R() argument
113 {fft_length0, fft_length1, fft_length2}}; in EigenFftC2R()
182 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftWithRank() argument
189 static_cast<complex128*>(operand), input_batch, fft_length0, in EigenFftWithRank()
194 static_cast<complex64*>(operand), input_batch, fft_length0, in EigenFftWithRank()
202 static_cast<complex128*>(operand), input_batch, fft_length0, in EigenFftWithRank()
[all …]
Druntime_single_threaded_fft.cc28 int64 fft_length0, int64 fft_length1, int64 fft_length2) { in __xla_cpu_runtime_EigenSingleThreadedFft() argument
32 input_batch, fft_length0, fft_length1, in __xla_cpu_runtime_EigenSingleThreadedFft()
Druntime_fft.cc32 int64 fft_length0, int64 fft_length1, int64 fft_length2) { in __xla_cpu_runtime_EigenFft() argument
39 static_cast<bool>(double_precision), fft_rank, input_batch, fft_length0, in __xla_cpu_runtime_EigenFft()
Druntime_fft.h27 tensorflow::int64 input_batch, tensorflow::int64 fft_length0,
Druntime_single_threaded_fft.h27 tensorflow::int64 input_batch, tensorflow::int64 fft_length0,