Home
last modified time | relevance | path

Searched refs:SearchRoot (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc95 roots = SearchRoot(roots, opts.start_name_regexes); in ShowInternal()
120 std::vector<ScopeNode*> TFScope::SearchRoot( in SearchRoot() function in tensorflow::tfprof::TFScope
139 std::vector<ScopeNode*> nroots = SearchRoot(root->show_children, regexes); in SearchRoot()
Dtfprof_graph.cc98 roots = SearchRoot(roots, opts.start_name_regexes, &visits); in ShowInternal()
117 std::vector<GraphNode*> TFGraph::SearchRoot( in SearchRoot() function in tensorflow::tfprof::TFGraph
142 SearchRoot(root->show_children, regexes, visited); in SearchRoot()
Dtfprof_op.h55 int64 SearchRoot(const std::vector<OpNode*> nodes,
Dtfprof_scope.h56 std::vector<ScopeNode*> SearchRoot(std::vector<ScopeNode*> roots,
Dtfprof_graph.h64 std::vector<GraphNode*> SearchRoot(const std::vector<GraphNode*>& roots,
Dtfprof_code.h71 std::vector<CodeNode*> SearchRoot(std::vector<CodeNode*> roots,
Dtfprof_op.cc151 int64 start = SearchRoot(account_nodes, opts.start_name_regexes); in ShowInternal()
195 int64 TFOp::SearchRoot(const std::vector<OpNode*> nodes, in SearchRoot() function in tensorflow::tfprof::TFOp
Dtfprof_code.cc484 roots = SearchRoot(roots, opts.start_name_regexes); in ShowInternal()
535 std::vector<CodeNode*> TFCode::SearchRoot(std::vector<CodeNode*> roots, in SearchRoot() function in tensorflow::tfprof::TFCode
554 std::vector<CodeNode*> nroots = SearchRoot(root->show_children, regexes); in SearchRoot()