Home
last modified time | relevance | path

Searched refs:enable_fast_math (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.h35 bool optimize_for_size, bool enable_fast_math,
44 enable_fast_math_(enable_fast_math), in target_machine_()
Dllvm_ir_runtime.cc51 int32 vector_width, bool enable_fast_math) { in RewriteCalls() argument
76 fast_math_flags.setFast(enable_fast_math); in RewriteCalls()
282 void RewriteIRRuntimeFunctions(llvm::Module* module, bool enable_fast_math) { in RewriteIRRuntimeFunctions() argument
286 std::placeholders::_2, std::placeholders::_3, enable_fast_math); in RewriteIRRuntimeFunctions()
Dllvm_ir_runtime.h41 void RewriteIRRuntimeFunctions(llvm::Module* module, bool enable_fast_math);
Dsimple_orc_jit.cc97 bool enable_fast_math, bool disable_expensive_passes, in SimpleOrcJIT() argument
134 enable_fast_math, disable_expensive_passes,
Dsimple_orc_jit.h60 bool enable_fast_math, bool disable_expensive_passes,