Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc112 bool& has_communication_ops) { in FindCommunicationOps() argument
115 has_communication_ops = true; in FindCommunicationOps()
146 bool has_communication_ops = false; in GetFunctionsToRewrite() local
149 has_communication_ops))) in GetFunctionsToRewrite()
152 if (!has_communication_ops) continue; in GetFunctionsToRewrite()