Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc59 &mark_for_compilation_flags->tf_xla_fusion_only, in AppendMarkForCompilationPassFlagsInternal()
83 mark_for_compilation_flags->tf_xla_fusion_only = false; in AllocateAndParseFlags()
Dflags.h55 bool tf_xla_fusion_only; member
Dmark_for_compilation_pass.cc679 bool fusion_only = flags->tf_xla_fusion_only; in Run()
681 VLOG(1) << "flags->tf_xla_fusion_only = " << flags->tf_xla_fusion_only; in Run()