Home
last modified time | relevance | path

Searched refs:extract_sub_graph (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dgraph_util.py26 from tensorflow.python.framework.graph_util_impl import extract_sub_graph
Dgraph_util_test.py185 sub_graph = graph_util.extract_sub_graph(graph_def, ["n3"])
196 graph_util.extract_sub_graph(graph_def, "n1")
Dgraph_util_impl.py188 def extract_sub_graph(graph_def, dest_nodes): function
Dconvert_to_constants.py857 graph_def = graph_util.extract_sub_graph(graph_def, output_node_names)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.graph_util.pbtxt8 name: "extract_sub_graph"
/external/tensorflow/tensorflow/python/tools/
Dstrip_unused_lib.py87 output_graph_def = graph_util.extract_sub_graph(inputs_replaced_graph_def,
/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c3820 static isl_stat extract_sub_graph(isl_ctx *ctx, struct isl_sched_graph *graph, in extract_sub_graph() function
3880 if (extract_sub_graph(ctx, graph, node_pred, edge_pred, data, in compute_sub_schedule()
5994 if (extract_sub_graph(ctx, graph, &node_scc_exactly, in clustering_init()
7282 if (extract_sub_graph(ctx, graph, &node_cluster_exactly, in extract_clusters()