Searched refs:_bfs_for_reachable_nodes (Results 1 – 4 of 4) sorted by relevance
29 from tensorflow.python.framework.graph_util_impl import _bfs_for_reachable_nodes70 reachable_by_input = _bfs_for_reachable_nodes(input_nodes, name_to_input_name)72 reachable_by_output = _bfs_for_reachable_nodes(output_nodes,
83 from tensorflow.python.framework.graph_util_impl import _bfs_for_reachable_nodes835 reachable_by_input = _bfs_for_reachable_nodes(input_names, name_to_input_name)836 reachable_by_output = _bfs_for_reachable_nodes(output_names,950 reachable_by_input = _bfs_for_reachable_nodes(input_names, name_to_input_name)951 reachable_by_output = _bfs_for_reachable_nodes(output_names,
30 from tensorflow.python.framework.graph_util_impl import _bfs_for_reachable_nodes215 used_node_names = _bfs_for_reachable_nodes(output_nodes, name_to_input_name)
140 def _bfs_for_reachable_nodes(target_nodes, name_to_input_name): function184 nodes_to_keep = _bfs_for_reachable_nodes(dest_nodes, name_to_input_name)