Searched refs:extract_sub_graph (Results 1 – 6 of 6) sorted by relevance
26 from tensorflow.python.framework.graph_util_impl import extract_sub_graph
161 def extract_sub_graph(graph_def, dest_nodes): function247 inference_graph = extract_sub_graph(input_graph_def, output_node_names)
188 sub_graph = graph_util.extract_sub_graph(graph_def, ["n3"])199 graph_util.extract_sub_graph(graph_def, "n1")
8 name: "extract_sub_graph"
85 output_graph_def = graph_util.extract_sub_graph(inputs_replaced_graph_def,
110 return graph_util.extract_sub_graph(pruned_graph_def, output_node_names)