Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc157 static bool ForwardDFS(GraphCycles::Rep* r, int32 n, int32 upper_bound);
183 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge()
197 static bool ForwardDFS(GraphCycles::Rep* r, int32 n, int32 upper_bound) { in ForwardDFS() function
350 bool reachable = !ForwardDFS(r, x, ny->rank); in IsReachableNonConst()