Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc114 &mark_for_compilation_flags->tf_xla_clustering_debug, in AppendMarkForCompilationPassFlagsInternal()
151 mark_for_compilation_flags->tf_xla_clustering_debug = false; in AllocateAndParseFlags()
Dflags.h63 bool tf_xla_clustering_debug; member
Dincrease_dynamism_for_auto_jit_pass.cc377 if (flags->tf_xla_clustering_debug) { in Run()
384 if (changed && flags->tf_xla_clustering_debug) { in Run()
Dmark_for_compilation_pass.cc1738 debug_options.dump_graphs = flags->tf_xla_clustering_debug; in Run()
1756 debug_options.dump_graphs = flags->tf_xla_clustering_debug; in RunForTest()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dindex.md158 $ TF_DUMP_GRAPH_PREFIX=/tmp/generated TF_XLA_FLAGS="--tf_xla_clustering_debug"
169 TF_XLA_FLAGS="--tf_xla_clustering_debug --tf_xla_auto_jit=2" \