Searched refs:function_def_nodes (Results 1 – 1 of 1) sorted by relevance
854 function_def_nodes = set()874 function_def_nodes.update([x.name for x in new_nodes])878 return children_hints, out, function_def_nodes934 function_def_nodes=None, argument953 if function_def_nodes is None:954 function_def_nodes = set()973 elif n not in reachable_by_input and n not in function_def_nodes:1195 children_hints, curr_graph_def, function_def_nodes = _find_children_hints(1233 child_hint, curr_graph_def, function_def_nodes,