Home
last modified time | relevance | path

Searched refs:double_precision (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h181 FftType fft_type, bool double_precision, in EigenFftWithRank() argument
186 if (double_precision) { in EigenFftWithRank()
199 if (double_precision) { in EigenFftWithRank()
212 if (double_precision) { in EigenFftWithRank()
224 if (double_precision) { in EigenFftWithRank()
245 FftType fft_type, bool double_precision, int32 fft_rank, in EigenFftImpl() argument
251 double_precision, input_batch, in EigenFftImpl()
256 double_precision, input_batch, in EigenFftImpl()
261 device, out, operand, fft_type, double_precision, input_batch, in EigenFftImpl()
Druntime_single_threaded_fft.cc27 int32 double_precision, int32 fft_rank, int64 input_batch, in __xla_cpu_runtime_EigenSingleThreadedFft() argument
31 static_cast<bool>(double_precision), fft_rank, in __xla_cpu_runtime_EigenSingleThreadedFft()
Druntime_fft.cc31 int32 double_precision, int32 fft_rank, int64 input_batch, 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.h26 tensorflow::int32 double_precision, tensorflow::int32 fft_rank,
Druntime_single_threaded_fft.h26 tensorflow::int32 double_precision, tensorflow::int32 fft_rank,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc63 se::fft::Type FftTypeToSeType(FftType type, bool double_precision) { in FftTypeToSeType() argument
66 return double_precision ? se::fft::Type::kZ2ZForward in FftTypeToSeType()
69 return double_precision ? se::fft::Type::kZ2ZInverse in FftTypeToSeType()
72 return double_precision ? se::fft::Type::kZ2D : se::fft::Type::kC2R; in FftTypeToSeType()
74 return double_precision ? se::fft::Type::kD2Z : se::fft::Type::kR2C; in FftTypeToSeType()