Searched refs:GroupIsCached (Results 1 – 2 of 2) sorted by relevance
51 bool GroupIsCached(int32 group_key) LOCKS_EXCLUDED(group_mu_);
209 bool CollectiveParamResolverDistributed::GroupIsCached(int32 group_key) { in GroupIsCached() function in tensorflow::CollectiveParamResolverDistributed261 } else if (!GroupIsCached(cp->group.group_key)) { in CompleteGroupDistributed()