Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc550 for (const auto& device_thread : thread_names_) { in FinalizeInternal() local
551 if (dev_stats_pb.find(device_thread.first) == dev_stats_pb.end()) { in FinalizeInternal()
555 DeviceStepStats* dss = dev_stats_pb.at(device_thread.first); in FinalizeInternal()
556 for (const auto& thread_name : device_thread.second) { in FinalizeInternal()