Home
last modified time | relevance | path

Searched refs:reachable_by_input (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dgraph_util.py70 reachable_by_input = _bfs_for_reachable_nodes(input_nodes, name_to_input_name)
85 if n not in reachable_by_input and n not in output_nodes_set:
93 if cur_node in reachable_by_input and cur_node not in input_nodes_set:
101 elif n not in reachable_by_input:
107 list(reachable_by_input), key=lambda n: name_to_seq_num[n])
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py835 reachable_by_input = _bfs_for_reachable_nodes(input_names, name_to_input_name)
848 if n not in reachable_by_input and n not in output_nodes_set:
893 def _check_subgraph_closed(n, reachable_by_input, input_nodes_set, argument
911 if (current_node in reachable_by_input
950 reachable_by_input = _bfs_for_reachable_nodes(input_names, name_to_input_name)
962 if n not in reachable_by_input and n not in output_nodes_set:
964 elif n not in reachable_by_input and n not in function_def_nodes:
977 list(reachable_by_input), key=lambda n: name_to_seq_num[n])