Searched refs:function_def_nodes (Results 1 – 1 of 1) sorted by relevance
866 function_def_nodes = set()887 function_def_nodes.update([x.name for x in new_nodes])891 return children_hints, out, function_def_nodes949 function_def_nodes=None, argument968 if function_def_nodes is None:969 function_def_nodes = set()988 elif n not in reachable_by_input and n not in function_def_nodes:1214 children_hints, curr_graph_def, function_def_nodes = _find_children_hints(1252 child_hint, curr_graph_def, function_def_nodes,