Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Ddevice_resolver_distributed.cc26 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()
Ddevice_resolver_distributed.h41 void GetLocalityAsync(const string& device, const string& task,
Dcollective_rma_distributed.cc177 dev_resolver_->GetLocalityAsync( in RecvFromPeer()
Ddevice_resolver_distributed_test.cc194 dres->GetLocalityAsync(dev_name, task_name, &locality, in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local.h61 void GetLocalityAsync(const string& device, const string& task, in GetLocalityAsync() function
64 dev_resolver_->GetLocalityAsync(device, task, locality, done); in GetLocalityAsync()
Ddevice_resolver_local.h37 void GetLocalityAsync(const string& device, const string& task,
Ddevice_resolver_local.cc37 void DeviceResolverLocal::GetLocalityAsync(const string& device, in GetLocalityAsync() function in tensorflow::DeviceResolverLocal
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_collective_executor_mgr.cc133 dev_resolver_->GetLocalityAsync( in RecvFromPeer()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h142 virtual void GetLocalityAsync(const string& device, const string& task,