Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.h68 bool InstanceIsCached(int32 instance_key) LOCKS_EXCLUDED(instance_mu_);
Dcollective_param_resolver_distributed.cc284 bool CollectiveParamResolverDistributed::InstanceIsCached(int32 instance_key) { in InstanceIsCached() function in tensorflow::CollectiveParamResolverDistributed
368 } else if (InstanceIsCached(cp->instance.instance_key)) { in CompleteInstanceDistributed()