Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc138 build_ops_flags->tf_xla_enable_lazy_compilation = true; in AllocateAndParseFlags()
189 &build_ops_flags->tf_xla_enable_lazy_compilation, ""), in AllocateAndParseFlags()
Dflags.h107 bool tf_xla_enable_lazy_compilation; member
Dbuild_xla_ops_pass.cc592 : GetBuildXlaOpsPassFlags()->tf_xla_enable_lazy_compilation; in Run()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc87 bool original = flags->tf_xla_enable_lazy_compilation; in TF_SetXlaEnableLazyCompilation()
88 flags->tf_xla_enable_lazy_compilation = enable; in TF_SetXlaEnableLazyCompilation()