Home
last modified time | relevance | path

Searched refs:show_children (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_graph.cc74 root_->show_children.clear(); in ShowInternal()
105 root_->show_children.assign(roots.begin(), roots.end()); in ShowInternal()
110 Format(root->show_children, &root->formatted_str, root->mutable_proto()); in ShowInternal()
113 timeline->GenerateGraphTimeline(root->show_children); in ShowInternal()
143 SearchRoot(root->show_children, regexes, visited); in SearchRoot()
155 Format(node->show_children, display_str, child); in Format()
176 PrintGraph(node->show_children, opts, depth + 1, indent, visits); in PrintGraph()
179 node->show_children.clear(); in PrintGraph()
187 node->show_children.push_back(sc); in PrintGraph()
225 node->show_children.clear(); in Account()
[all …]
Dtfprof_scope.cc89 root_->show_children.clear(); in ShowInternal()
99 root_->show_children.assign(roots.begin(), roots.end()); in ShowInternal()
103 Format(root->show_children, &root->formatted_str, root->mutable_proto()); in ShowInternal()
117 Format(node->show_children, display_str, child); in Format()
140 std::vector<ScopeNode*> nroots = SearchRoot(root->show_children, regexes); in SearchRoot()
158 show_cnodes = PrintScope(node->show_children, opts, depth + 1, ident); in PrintScope()
161 node->show_children.clear(); in PrintScope()
169 node->show_children.push_back(sc); in PrintScope()
206 node->show_children.clear(); in Account()
211 node->show_children.push_back(c); in Account()
Dtfprof_node_show.h74 std::vector<GraphNode*> show_children; variable
83 std::vector<ScopeNode*> show_children; variable
141 std::vector<CodeNode*> show_children; variable
Dtfprof_code.cc492 root_->show_children.clear(); in ShowInternal()
502 root_->show_children.assign(roots.begin(), roots.end()); in ShowInternal()
511 Format(root, root->show_children, opts, &root->formatted_str, in ShowInternal()
519 Format(root, root->show_children, opts, &root->formatted_str, in ShowInternal()
543 Format(node, node->show_children, opts, display_str, child, call_ids); in Format()
569 std::vector<CodeNode*> nroots = SearchRoot(root->show_children, regexes); in SearchRoot()
589 PrintScope(node->show_children, opts, depth + 1, ident); in PrintScope()
591 node->show_children.clear(); in PrintScope()
595 node->show_children.push_back(sc); in PrintScope()
621 node->show_children.clear(); in Account()
[all …]
Dtfprof_timeline.h158 for (const Node* child : node->show_children) { in EmitTreeNode()
Dtfprof_timeline.cc200 for (GraphNode* n : gnode->show_children) { in AllocateTimeNodes()