Home
last modified time | relevance | path

Searched refs:PrintEdges (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles_test.cc68 static void PrintEdges(Edges *edges) { in PrintEdges() function
135 PrintEdges(edges); in CheckTransitiveClosure()
153 PrintEdges(edges); in CheckEdges()
168 PrintEdges(edges); in CheckEdges()
215 PrintEdges(&edges); in TEST()
/external/v8/src/compiler/
Dgraph-visualizer.cc351 for (Node* const node : all_.reachable) PrintEdges(node); in Print()
355 void PrintEdges(Node* node) { in PrintEdges() function in v8::internal::compiler::JSONGraphEdgeWriter