Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dflags.cc124 &mark_for_compilation_flags->tf_xla_clustering_debug, in AppendMarkForCompilationPassFlagsInternal()
196 mark_for_compilation_flags->tf_xla_clustering_debug = false; in AllocateAndParseFlags()
H A Dincrease_dynamism_for_auto_jit_pass.cc378 if (flags->tf_xla_clustering_debug) { in Run()
385 if (changed && flags->tf_xla_clustering_debug) { in Run()
H A Dflags.h68 bool tf_xla_clustering_debug; member
H A Dmark_for_compilation_pass.cc1884 debug_options.dump_graphs = flags->tf_xla_clustering_debug; in Run()
1903 debug_options.dump_graphs = flags->tf_xla_clustering_debug; in RunForTest()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Dindex.md189 $ TF_DUMP_GRAPH_PREFIX=/tmp/generated TF_XLA_FLAGS="--tf_xla_clustering_debug"
200 TF_XLA_FLAGS="--tf_xla_clustering_debug --tf_xla_auto_jit=2" \