Home
last modified time | relevance | path

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

/external/bcc/tools/
Ddeadlock_detector.py264 def find_cycle(graph): function
543 cycle = find_cycle(graph)
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py713 def find_cycle(el, graph, reprs, path): function
724 if find_cycle(r, graph, reprs, path + (r,)):
732 describe, build_ref_graph, find_cycle))
734 if find_cycle(k, graph, reprs, ()):