Searched refs:nodes_mapping (Results 1 – 1 of 1) sorted by relevance
784 def _find_children_hints_in_while_loop(function_def, nodes_mapping): argument799 if node.input[i] in nodes_mapping:800 node.input[i] = nodes_mapping[node.input[i]]857 nodes_mapping = {}859 nodes_mapping[function_inputs[i].name] = inputs_outside_loop[i]863 function_def, nodes_mapping)