Merge pull request #36604 from nouiz:xla-doc

PiperOrigin-RevId: 294371115
Change-Id: Ia4924e981013eca1b855d65363fc4e84135a399b
This commit is contained in:
TensorFlower Gardener 2020-02-10 21:47:17 -08:00
commit e1c7b48dbd

View File

@ -108,7 +108,7 @@ void AppendMarkForCompilationPassFlagsInternal(std::vector<Flag>* flag_list) {
"(LRN, LRNGrad)."
" BN: TF FusedBatchNorm* operations."
" FUSIBLE: All TF operations that XLA can fuse (All the above). "
"You can also put any TF operation name, e.g. 'FUSIBLE,Matmul'."),
"You can also put any TF operation name, e.g. 'FUSIBLE,MatMul'."),
Flag("tf_xla_clustering_debug",
&mark_for_compilation_flags->tf_xla_clustering_debug,
"Dump graphs during XLA compilation."),