Home
last modified time | relevance | path

Searched defs:double_precision (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_fft.cc23 int32_t double_precision, int32_t fft_rank, int64_t input_batch, in __xla_cpu_runtime_EigenSingleThreadedFft()
Druntime_fft.cc27 int32_t double_precision, int32_t fft_rank, int64_t input_batch, in __xla_cpu_runtime_EigenFft()
Druntime_fft_impl.h177 FftType fft_type, bool double_precision, in EigenFftWithRank()
241 internal::FftType fft_type, bool double_precision, in EigenFftImpl()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc32 se::fft::Type FftTypeToSeType(FftType type, bool double_precision) { in FftTypeToSeType()