Searched refs:GetLocalityAsync (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | device_resolver_distributed.cc | 26 void DeviceResolverDistributed::GetLocalityAsync(const string& device, in GetLocalityAsync() function in tensorflow::DeviceResolverDistributed 62 GetLocalityAsync(device, task, locality, done); in GetLocalityAsync() 80 GetLocalityAsync(inst_params.device_names[i], inst_params.task_names[i], in GetDeviceLocalitiesRecursive()
|
D | device_resolver_distributed.h | 41 void GetLocalityAsync(const string& device, const string& task,
|
D | collective_rma_distributed.cc | 177 dev_resolver_->GetLocalityAsync( in RecvFromPeer()
|
D | device_resolver_distributed_test.cc | 194 dres->GetLocalityAsync(dev_name, task_name, &locality, in TEST_F()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_rma_local.h | 61 void GetLocalityAsync(const string& device, const string& task, in GetLocalityAsync() function 64 dev_resolver_->GetLocalityAsync(device, task, locality, done); in GetLocalityAsync()
|
D | device_resolver_local.h | 37 void GetLocalityAsync(const string& device, const string& task,
|
D | device_resolver_local.cc | 37 void DeviceResolverLocal::GetLocalityAsync(const string& device, in GetLocalityAsync() function in tensorflow::DeviceResolverLocal
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_collective_executor_mgr.cc | 133 dev_resolver_->GetLocalityAsync( in RecvFromPeer()
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 142 virtual void GetLocalityAsync(const string& device, const string& task,
|