Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc352 for (auto cur_it = lane.rbegin(); cur_it != lane.rend(); ++cur_it) { in AllocateLanes() local
353 if (cur_it->second > start_time) { in AllocateLanes()
357 if (start_time > cur_it->second) { in AllocateLanes()