Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc156 std::vector<ScopeNode*> show_cnodes; in PrintScope() local
158 show_cnodes = PrintScope(node->show_children, opts, depth + 1, ident); in PrintScope()
167 show_cnodes = SortNodes(show_cnodes, opts); in PrintScope()
168 for (ScopeNode* sc : show_cnodes) { in PrintScope()
189 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintScope()
190 show_cnodes.end()); in PrintScope()
Dtfprof_graph.cc173 std::vector<GraphNode*> show_cnodes; in PrintGraph() local
175 show_cnodes = in PrintGraph()
185 show_cnodes = SortNodes(show_cnodes, opts); in PrintGraph()
186 for (GraphNode* sc : show_cnodes) { in PrintGraph()
206 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintGraph()
207 show_cnodes.end()); in PrintGraph()
Dtfprof_code.cc588 std::vector<CodeNode*> show_cnodes = in PrintScope() local
593 show_cnodes = SortNodes(show_cnodes, opts); in PrintScope()
594 for (CodeNode* sc : show_cnodes) { in PrintScope()
605 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintScope()
606 show_cnodes.end()); in PrintScope()