tf.compat.v1.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.compat.v1.graph_util.extract_sub_graph(
graph_def, dest_nodes
)
Args |
graph_def
|
A graph_pb2.GraphDef proto.
|
dest_nodes
|
An iterable 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. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.compat.v1.graph_util.extract_sub_graph\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/framework/graph_util_impl.py#L218-L258) |\n\nExtract the subgraph that can reach any of the nodes in 'dest_nodes'. (deprecated) \n\n tf.compat.v1.graph_util.extract_sub_graph(\n graph_def, dest_nodes\n )\n\n| **Deprecated:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: This API was designed for TensorFlow v1. See \u003chttps://www.tensorflow.org/guide/migrate\u003e for instructions on how to migrate your code to TensorFlow v2.\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` | An iterable 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"]]