Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc25 BuildXlaOpsPassFlags* build_ops_flags; variable
71 build_ops_flags = new BuildXlaOpsPassFlags; in AllocateAndParseFlags()
72 build_ops_flags->tf_xla_enable_lazy_compilation = true; in AllocateAndParseFlags()
95 &build_ops_flags->tf_xla_enable_lazy_compilation, ""), in AllocateAndParseFlags()
112 return *build_ops_flags; in GetBuildXlaOpsPassFlags()