Searched refs:input_nodes_set (Results 1 – 2 of 2) sorted by relevance
76 input_nodes_set = set(input_nodes)93 if cur_node in reachable_by_input and cur_node not in input_nodes_set:96 if cur_node not in input_nodes_set:
893 def _check_subgraph_closed(n, reachable_by_input, input_nodes_set, argument912 and current_node not in input_nodes_set):915 if current_node not in input_nodes_set: