Home
last modified time | relevance | path

Searched refs:show_nodes (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc149 std::vector<ScopeNode*> show_nodes; in PrintScope() local
187 show_nodes.push_back(node); in PrintScope()
189 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintScope()
193 return show_nodes; in PrintScope()
Dtfprof_graph.cc163 std::vector<GraphNode*> show_nodes; in PrintGraph() local
204 show_nodes.push_back(node); in PrintGraph()
206 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintGraph()
210 return show_nodes; in PrintGraph()
Dtfprof_op.cc147 std::vector<OpNode*> show_nodes; in ShowInternal() local
155 if (n->show) show_nodes.push_back(n); in ShowInternal()
159 for (auto it = show_nodes.rbegin(); it != show_nodes.rend(); ++it) { in ShowInternal()
175 for (OpNode* node : show_nodes) { in ShowInternal()
184 for (auto& show_node : show_nodes) { in ShowInternal()
Dtfprof_code.cc578 std::vector<CodeNode*> show_nodes; in PrintScope() local
603 show_nodes.push_back(node); in PrintScope()
605 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintScope()
609 return show_nodes; in PrintScope()