Searched refs:find_cycle (Results 1 – 2 of 2) sorted by relevance
/external/bcc/tools/ |
D | deadlock_detector.py | 264 def find_cycle(graph): function 543 cycle = find_cycle(graph)
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 713 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, ()):
|