Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc176 for (const auto& hostid_stepdb : perhost_stepdb) { in StepIntersection() local
177 auto host_id = hostid_stepdb.first; in StepIntersection()
178 const auto& step_db = hostid_stepdb.second; in StepIntersection()
197 for (const auto& hostid_stepdb : perhost_stepdb) { in StepIntersection() local
198 auto host_id = hostid_stepdb.first; in StepIntersection()
199 const auto& step_db = hostid_stepdb.second; in StepIntersection()
Dstep_intersection_test.cc87 for (const auto& hostid_stepdb : perhost_stepdb) { in Convert() local
88 auto host_id = hostid_stepdb.first; in Convert()
89 const auto& step_db = hostid_stepdb.second; in Convert()