Searched refs:ForwardDFS (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
D | graphcycles.cc | 161 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 188 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 202 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function 356 bool reachable = !ForwardDFS(r, x, ny->rank); in IsReachableNonConst()
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 501 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 531 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 547 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 501 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 531 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 547 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 501 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 531 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 547 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function
|
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 501 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 531 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 547 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | graphcycles.cc | 486 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 516 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 532 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 488 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound); 518 if (!ForwardDFS(r, y, nx->rank)) { in InsertEdge() 534 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() function
|