[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"]]