Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h261 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config);
Dllvm_util.cc506 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config) { in GetCpuFastMathFlags() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc686 llvm_ir::GetCpuFastMathFlags(module->config()), pre_optimization_ir_hook, in RunBackend()
1006 llvm_ir::GetCpuFastMathFlags(module->config()), in CompileAheadOfTime()
Dir_emitter.cc110 b_.setFastMathFlags(llvm_ir::GetCpuFastMathFlags(hlo_module_config_)); in IrEmitter()