tf.graph_util.extract_sub_graph
Stay organized with collections
Save and categorize content based on your preferences.
Extract the subgraph that can reach any of the nodes in 'dest_nodes'. (deprecated)
tf.graph_util.extract_sub_graph(
graph_def, dest_nodes
)
Args |
graph_def
|
A graph_pb2.GraphDef proto.
|
dest_nodes
|
A list of strings specifying the destination node names.
|
Returns |
The GraphDef of the sub-graph.
|
Raises |
TypeError
|
If 'graph_def' is not a graph_pb2.GraphDef proto.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.graph_util.extract_sub_graph\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/framework/graph_util_impl.py#L172-L210) |\n\nExtract the subgraph that can reach any of the nodes in 'dest_nodes'. (deprecated)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.graph_util.extract_sub_graph`](/api_docs/python/tf/compat/v1/graph_util/extract_sub_graph)\n\n\u003cbr /\u003e\n\n tf.graph_util.extract_sub_graph(\n graph_def, dest_nodes\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use [`tf.compat.v1.graph_util.extract_sub_graph`](../../tf/graph_util/extract_sub_graph)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------------|----------------------------------------------------------|\n| `graph_def` | A graph_pb2.GraphDef proto. |\n| `dest_nodes` | A list of strings specifying the destination node names. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| The GraphDef of the sub-graph. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|-------------|---------------------------------------------------|\n| `TypeError` | If 'graph_def' is not a graph_pb2.GraphDef proto. |\n\n\u003cbr /\u003e"]]