Searched refs:communicator_key (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager.cc | 169 communicator_key(communicator_key_in) { in Collective() 190 const string communicator_key; member 276 if (collective->communicator_key.empty()) { in GetCommunicator() 318 if (collective->communicator_key.size() != NCCL_UNIQUE_ID_BYTES) { in GetCommunicator() 321 collective->communicator_key.size()); in GetCommunicator() 327 if (comm->key == collective->communicator_key) { in GetCommunicator() 386 StringToNcclUniqueId(collective->communicator_key, &nccl_id); in GetCommunicator() 415 new Communicator(std::move(members), collective->communicator_key)); in GetCommunicator() 495 context.num_global_devices, context.communicator_key); in AddParticipant() 503 collective->communicator_key.empty()) { in AddParticipant() [all …]
|
D | nccl_manager.h | 146 int num_global_devices, const string& communicator_key, in Context() 151 communicator_key(communicator_key), in Context() 169 const string& communicator_key; member
|
D | nccl_manager_test.cc | 312 const string communicator_key = in RunMultiNodeAllReduceTest() local 322 &node_states, &communicator_key, &collective_key, in RunMultiNodeAllReduceTest() 338 communicator_key, /*source_rank=*/-1}, in RunMultiNodeAllReduceTest() 363 const string communicator_key = in RunMultiNodeBroadcastTest() local 374 &collective_key, &communicator_key, &test_case]() { in RunMultiNodeBroadcastTest() 393 communicator_key, src_global_rank}); in RunMultiNodeBroadcastTest() 398 communicator_key, src_global_rank}); in RunMultiNodeBroadcastTest() 629 const string communicator_key = in TEST() local 631 EXPECT_EQ(communicator_key.size(), NCCL_UNIQUE_ID_BYTES); in TEST()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_param_resolver_distributed.cc | 144 gr->group.runtime_details.communicator_key); in CompleteGroupAsync() 245 gr->group.runtime_details.communicator_key = resp.communicator_key(); in UpdateGroupCache() 247 << absl::CEscape(gr->group.runtime_details.communicator_key); in UpdateGroupCache() 255 << absl::CEscape(gr->group.runtime_details.communicator_key); in UpdateGroupCache() 259 if (previous_gr->group.runtime_details.communicator_key != in UpdateGroupCache() 260 gr->group.runtime_details.communicator_key) { in UpdateGroupCache() 264 absl::CEscape(gr->group.runtime_details.communicator_key), in UpdateGroupCache() 266 absl::CEscape(previous_gr->group.runtime_details.communicator_key)); in UpdateGroupCache()
|
D | collective_param_resolver_distributed_test.cc | 273 EXPECT_EQ(cp_[0].group.runtime_details.communicator_key, in ValidateCollectiveParams() 274 cp_[idx].group.runtime_details.communicator_key); in ValidateCollectiveParams() 335 col_group_runtime_details->communicator_key = "mock-communicator-key"; in InitializeCollectiveGroupRuntimeDetails()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_nccl_broadcaster.cc | 50 col_params_->group.runtime_details.communicator_key, in Run() 56 col_params_->group.runtime_details.communicator_key, in Run()
|
D | collective_nccl.cc | 71 col_group_runtime_details->communicator_key = in InitializeCollectiveGroupRuntimeDetails()
|
D | collective_nccl_gatherer.cc | 47 col_params_->group.runtime_details.communicator_key, in Run()
|
D | collective_nccl_reducer.cc | 149 col_params_->group.runtime_details.communicator_key, /*source_rank=*/-1}, in Run()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_param_resolver_local.h | 138 string communicator_key GUARDED_BY(out_mu);
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.cc | 53 absl::CEscape(communicator_key), "}"); in ToString()
|
D | collective.h | 53 string communicator_key; // for communicator-based techniques e.g. NCCL member
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | worker.proto | 549 bytes communicator_key = 7; field
|