Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.h44 enable_fast_math_(enable_fast_math), in target_machine_()
67 const bool enable_fast_math_; variable
Dcompiler_functor.cc131 runtime::RewriteIRRuntimeFunctions(&module, enable_fast_math_); in operator ()()