Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc192 if (tnodes_[device].find(start_micros) == tnodes_[device].end()) { in AllocateTimeNodes()
194 tnodes_[device][start_micros].reset( in AllocateTimeNodes()
210 for (auto& process : tnodes_) { in GenerateGraphTimeline()
226 auto cprocess = tnodes_.find(execs.first); in GenerateGraphTimeline()
227 if (cprocess == tnodes_.end()) continue; in GenerateGraphTimeline()
345 for (auto& process : tnodes_) { in AllocateLanes()
Dtfprof_timeline.h187 std::map<string, std::map<int64, std::unique_ptr<TimeNode>>> tnodes_; variable