Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dast_util_test.py198 for child_a, child_b in ast_util.parallel_walk(node, node):
207 for child_a, child_b in ast_util.parallel_walk(node, node):
227 for _ in ast_util.parallel_walk(node_1, node_2):
233 for _ in ast_util.parallel_walk(node_1, node_3):
H A Dorigin_info.py107 for before, after in ast_util.parallel_walk(nodes, reparsed_nodes):
H A Dast_util.py279 def parallel_walk(node, other): function