Searched refs:TimeNode (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_timeline.h | 76 class TimeNode { 78 TimeNode(Process* process, GraphNode* node, int64 start_micros, in TimeNode() function 85 virtual ~TimeNode() {} in ~TimeNode() 94 std::vector<TimeNode*> next_tnodes; 186 std::map<int64, std::map<int64, std::map<int64, TimeNode*>>> alloc_nodes_; 187 std::map<string, std::map<int64, std::unique_ptr<TimeNode>>> tnodes_;
|
D | tfprof_timeline.cc | 195 new TimeNode(p, gnode, start_micros, exec_micros)); in AllocateTimeNodes() 213 TimeNode* tnode = tn.second.get(); in GenerateGraphTimeline() 243 TimeNode* tnode = node.second; in GenerateGraphTimeline() 253 for (TimeNode* next_tnode : node.second->next_tnodes) { in GenerateGraphTimeline()
|