Home
last modified time | relevance | path

Searched refs:GetCpuFastMathFlags (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h266 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config);
Dllvm_util.cc503 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config) { in GetCpuFastMathFlags() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc101 b_.setFastMathFlags(llvm_ir::GetCpuFastMathFlags(hlo_module_config_)); in IrEmitter()