Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.h131 void GenerateGraphTimeline(const std::vector<GraphNode*>& gnodes);
Dtfprof_graph.cc112 timeline->GenerateGraphTimeline(root->show_children); in ShowInternal()
Dtfprof_timeline.cc205 void Timeline::GenerateGraphTimeline(const std::vector<GraphNode*>& gnodes) { in GenerateGraphTimeline() function in tensorflow::tfprof::Timeline