Searched refs:EmitTreeNode (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_timeline.h | 143 void EmitTreeNode(const Node* node, int64 start_time, int64 duration, in EmitTreeNode() function 163 EmitTreeNode(child, c_start_time, total_exec_micros, depth + 1, in EmitTreeNode()
|
D | tfprof_timeline.cc | 313 EmitTreeNode(node, 0, node->proto().total_exec_micros(), 0, &visited_depth); in GenerateScopeTimeline() 319 EmitTreeNode(node, 0, node->proto().total_exec_micros(), 0, &visited_depth); in GenerateCodeTimeline()
|