Home
last modified time | relevance | path

Searched refs:parallel_walk (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dast_util_test.py192 for child_a, child_b in ast_util.parallel_walk(node, node):
201 for child_a, child_b in ast_util.parallel_walk(node, node):
221 for _ in ast_util.parallel_walk(node_1, node_2):
227 for _ in ast_util.parallel_walk(node_1, node_3):
Dorigin_info.py111 for before, after in ast_util.parallel_walk(nodes, reparsed_nodes):
Dast_util.py283 def parallel_walk(node, other): function