Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_util.h254 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config);
H A Dllvm_util.cc507 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config) { in GetCpuFastMathFlags() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc1136 llvm_ir::GetCpuFastMathFlags(module->config()), pre_optimization_ir_hook, in CompileLegacyCpuExecutable()
1555 llvm_ir::GetCpuFastMathFlags(module->config()), in CompileAheadOfTime()
H A Dir_emitter.cc121 b_.setFastMathFlags(llvm_ir::GetCpuFastMathFlags(hlo_module_config_)); in IrEmitter()