Merge pull request #36604 from nouiz:xla-doc
PiperOrigin-RevId: 294371115 Change-Id: Ia4924e981013eca1b855d65363fc4e84135a399b
This commit is contained in:
commit
e1c7b48dbd
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user