Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc534 std::map<string, DeviceStepStats*> dev_stats_pb; in FinalizeInternal() local
536 dev_stats_pb[ds.device()] = &ds; in FinalizeInternal()
539 if (dev_stats_pb.find(dev_stat.first) == dev_stats_pb.end()) { in FinalizeInternal()
542 dev_stats_pb[dev_stat.first] = ndev_stat; in FinalizeInternal()
544 DeviceStepStats* dss = dev_stats_pb.at(dev_stat.first); in FinalizeInternal()
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()