Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.cc241 gr->group.runtime_details.communicator_key = resp.communicator_key(); in UpdateGroupCache()
260 if (previous_gr->group.runtime_details.communicator_key != in UpdateGroupCache()
267 absl::CEscape(previous_gr->group.runtime_details.communicator_key)); in UpdateGroupCache()
Dcollective_param_resolver_distributed_test.cc261 EXPECT_EQ(cp_[dev0]->group.runtime_details.communicator_key, in ValidateCollectiveParams()
262 cp_[device_name]->group.runtime_details.communicator_key); in ValidateCollectiveParams()
Dworker.cc426 group_params->runtime_details.communicator_key); in CompleteGroupAsync()
/external/tensorflow/tensorflow/core/nccl/
Dcollective_communicator.cc120 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.h87 CollGroupRuntimeDetails runtime_details; member
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc248 params->group.runtime_details.communicator_key; in ResolveDeviceAssignment()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc149 gr->group.runtime_details.communicator_key = in CompleteGroupLocal()
157 << " runtime_details=" << gr->group.runtime_details.ToString(); in CompleteGroupLocal()