Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc230 ctn->second->next_tnodes.push_back(tnode); in GenerateGraphTimeline()
253 for (TimeNode* next_tnode : node.second->next_tnodes) { in GenerateGraphTimeline()
Dtfprof_timeline.h94 std::vector<TimeNode*> next_tnodes; variable