Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_graph.cc216 std::vector<GraphNode*> act_nodes; in Account() local
233 act_nodes.push_back(node); in Account()
237 act_nodes.insert(act_nodes.end(), act_cnodes.begin(), act_cnodes.end()); in Account()
240 return act_nodes; in Account()
Dtfprof_scope.cc198 std::vector<ScopeNode*> act_nodes; in Account() local
213 act_nodes.push_back(node); in Account()
216 return act_nodes; in Account()
Dtfprof_code.cc614 std::vector<CodeNode*> act_nodes; in Account() local
628 act_nodes.push_back(node); in Account()
631 return act_nodes; in Account()