HomeSort by relevance Sort by last modified time
    Searched refs:show_children (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_scope.cc 88 root_->show_children.clear();
98 root_->show_children.assign(roots.begin(), roots.end());
102 Format(root->show_children, &root->formatted_str, root->mutable_proto());
116 Format(node->show_children, display_str, child);
139 std::vector<ScopeNode*> nroots = SearchRoot(root->show_children, regexes);
157 show_cnodes = PrintScope(node->show_children, opts, depth + 1, ident);
160 node->show_children.clear();
168 node->show_children.push_back(sc);
206 node->show_children.clear();
211 node->show_children.push_back(c)
    [all...]
tfprof_graph.cc 74 root_->show_children.clear();
104 root_->show_children.assign(roots.begin(), roots.end());
109 Format(root->show_children, &root->formatted_str, root->mutable_proto());
112 timeline->GenerateGraphTimeline(root->show_children);
142 SearchRoot(root->show_children, regexes, visited);
154 Format(node->show_children, display_str, child);
175 PrintGraph(node->show_children, opts, depth + 1, indent, visits);
178 node->show_children.clear();
186 node->show_children.push_back(sc);
225 node->show_children.clear()
    [all...]
tfprof_node_show.h 74 std::vector<GraphNode*> show_children; member in class:tensorflow::tfprof::GraphNode
83 std::vector<ScopeNode*> show_children; member in class:tensorflow::tfprof::ScopeNode
141 std::vector<CodeNode*> show_children; member in class:tensorflow::tfprof::CodeNode
tfprof_code.cc 477 root_->show_children.clear();
487 root_->show_children.assign(roots.begin(), roots.end());
496 Format(root, root->show_children, opts, &root->formatted_str,
504 Format(root, root->show_children, opts, &root->formatted_str,
528 Format(node, node->show_children, opts, display_str, child, call_ids);
554 std::vector<CodeNode*> nroots = SearchRoot(root->show_children, regexes);
574 PrintScope(node->show_children, opts, depth + 1, ident);
576 node->show_children.clear();
580 node->show_children.push_back(sc);
606 node->show_children.clear()
    [all...]
tfprof_timeline.h 158 for (const Node* child : node->show_children) {
tfprof_timeline.cc 200 for (GraphNode* n : gnode->show_children) {

Completed in 1045 milliseconds