Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_graph.cc105 GraphNode* root = PrintGraph({root_}, opts, 1, 0, &visits)[0]; in ShowInternal()
158 std::vector<GraphNode*> TFGraph::PrintGraph(const std::vector<GraphNode*> roots, in PrintGraph() function in tensorflow::tfprof::TFGraph
175 PrintGraph(node->show_children, opts, depth + 1, indent, visits); in PrintGraph()
Dtfprof_graph.h68 std::vector<GraphNode*> PrintGraph(const std::vector<GraphNode*> roots,
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc33 void PrintGraph(const G &g) { in PrintGraph() function