Searched refs:IsReachableNonConst (Results 1 – 3 of 3) sorted by relevance
96 bool IsReachableNonConst(int32 source_node, int32 dest_node);
338 bool GraphCycles::IsReachableNonConst(int32 x, int32 y) { in IsReachableNonConst() function in tensorflow::GraphCycles360 bool reachable = IsReachableNonConst(a, b); in CanContractEdge()371 if (IsReachableNonConst(a, b)) { in ContractEdge()
132 CHECK_EQ(gc_reachable, gc->IsReachableNonConst(a, b)); in CheckTransitiveClosure()309 graph_cycles.IsReachableNonConst(nodes[from], nodes[to])); in TEST()