Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnccl_collective_thunk.cc80 bool all_groups_singleton = in IsDegenerate() local
88 return all_groups_singleton || (groups_empty && replica_count == 1); in IsDegenerate()
90 return all_groups_singleton || (groups_empty && partition_count == 1); in IsDegenerate()
92 return (all_groups_singleton && partition_count == 1) || in IsDegenerate()
97 return all_groups_singleton; in IsDegenerate()