Home
last modified time | relevance | path

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

/external/bcc/tools/
Ddeadlock.py264 def find_cycle(graph): function
557 cycle = find_cycle(graph)
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py915 def find_cycle(el, graph, reprs, path): function
926 if find_cycle(r, graph, reprs, path + (r,)):
934 describe, build_ref_graph, find_cycle))
936 if find_cycle(k, graph, reprs, ()):