Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.h51 bool GroupIsCached(int32 group_key) LOCKS_EXCLUDED(group_mu_);
Dcollective_param_resolver_distributed.cc209 bool CollectiveParamResolverDistributed::GroupIsCached(int32 group_key) { in GroupIsCached() function in tensorflow::CollectiveParamResolverDistributed
261 } else if (!GroupIsCached(cp->group.group_key)) { in CompleteGroupDistributed()