Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.h135 void GenerateCodeTimeline(const CodeNode* node);
Dtfprof_timeline.cc317 void Timeline::GenerateCodeTimeline(const CodeNode* node) { in GenerateCodeTimeline() function in tensorflow::tfprof::Timeline
Dtfprof_code.cc507 timeline->GenerateCodeTimeline(root); in ShowInternal()