Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc75 llvm::FastMathFlags fast_math_flags; in RewriteCalls() local
76 fast_math_flags.setFast(enable_fast_math); in RewriteCalls()
77 b.setFastMathFlags(fast_math_flags); in RewriteCalls()