Home
last modified time | relevance | path

Searched defs:double_precision (Results 1 – 8 of 8) 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/cronet/tot/third_party/llvm-libc/src/fuzzing/stdlib/
Dstrtofloat_fuzz.cpp129 int double_precision = effective_precision<double>(result_exp); in LLVMFuzzerTestOneInput() local
/external/cronet/stable/third_party/llvm-libc/src/fuzzing/stdlib/
Dstrtofloat_fuzz.cpp129 int double_precision = effective_precision<double>(result_exp); in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc32 se::fft::Type FftTypeToSeType(FftType type, bool double_precision) { in FftTypeToSeType()
/external/pytorch/torch/utils/tensorboard/
Dsummary.py354 def scalar(name, tensor, collections=None, new_style=False, double_precision=False): argument
Dwriter.py349 double_precision=False, argument