Searched refs:show_children (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_graph.cc | 74 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 …]
|
D | tfprof_scope.cc | 89 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()
|
D | tfprof_node_show.h | 74 std::vector<GraphNode*> show_children; variable 83 std::vector<ScopeNode*> show_children; variable 141 std::vector<CodeNode*> show_children; variable
|
D | tfprof_code.cc | 492 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 …]
|
D | tfprof_timeline.h | 158 for (const Node* child : node->show_children) { in EmitTreeNode()
|
D | tfprof_timeline.cc | 200 for (GraphNode* n : gnode->show_children) { in AllocateTimeNodes()
|