Searched refs:SearchRoot (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_scope.cc | 95 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()
|
D | tfprof_graph.cc | 98 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()
|
D | tfprof_op.h | 55 int64 SearchRoot(const std::vector<OpNode*> nodes,
|
D | tfprof_scope.h | 56 std::vector<ScopeNode*> SearchRoot(std::vector<ScopeNode*> roots,
|
D | tfprof_graph.h | 64 std::vector<GraphNode*> SearchRoot(const std::vector<GraphNode*>& roots,
|
D | tfprof_code.h | 71 std::vector<CodeNode*> SearchRoot(std::vector<CodeNode*> roots,
|
D | tfprof_op.cc | 151 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
|
D | tfprof_code.cc | 484 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()
|