Home
last modified time | relevance | path

Searched refs:device_thread (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc326 DeviceThread* device_thread = device_threads_[device_index].get(); in StartExecute() local
333 device_thread->StartExecute(context, operation_name, in StartExecute()
351 DeviceThread* device_thread = device_threads_[device_index].get(); in Join() local
352 per_device_output_tensors.push_back(device_thread->Join(status)); in Join()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc548 for (const auto& device_thread : thread_names_) { in FinalizeInternal() local
549 if (dev_stats_pb.find(device_thread.first) == dev_stats_pb.end()) { in FinalizeInternal()
553 DeviceStepStats* dss = dev_stats_pb.at(device_thread.first); in FinalizeInternal()
554 for (const auto& thread_name : device_thread.second) { in FinalizeInternal()