Home
last modified time | relevance | path

Searched refs:runtime_details (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.cc159 gr->group.runtime_details.communicator_key); in CompleteGroupAsync()
254 gr->group.runtime_details.communicator_key = resp.communicator_key(); in UpdateGroupCache()
273 if (previous_gr->group.runtime_details.communicator_key != in UpdateGroupCache()
280 absl::CEscape(previous_gr->group.runtime_details.communicator_key)); in UpdateGroupCache()
Dcollective_param_resolver_distributed_test.cc268 EXPECT_EQ(cp_[dev0]->group.runtime_details.communicator_key, in ValidateCollectiveParams()
269 cp_[device_name]->group.runtime_details.communicator_key); in ValidateCollectiveParams()
/external/tensorflow/tensorflow/core/nccl/
Dcollective_communicator.cc108 col_params->group.runtime_details.communicator_key, in Enqueue()
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc60 " runtime_details=", runtime_details.ToString(), " devices {"); in ToString()
Dcollective.h78 CollGroupRuntimeDetails runtime_details; member
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc159 &gr->group.runtime_details); in CompleteGroupLocal()
172 << " runtime_details=" << gr->group.runtime_details.ToString(); in CompleteGroupLocal()