The returned graph will be the innermost graph on which a
Graph.as_default() context has been entered, or a global default
graph if none has been explicitly created.
Returns
The default Graph being used in the current thread.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.compat.v1.get_default_graph\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/framework/ops.py#L5861-L5877) |\n\nReturns the default graph for the current thread. \n\n tf.compat.v1.get_default_graph()\n\nThe returned graph will be the innermost graph on which a\n[`Graph.as_default()`](/api_docs/python/tf/Graph#as_default) context has been entered, or a global default\ngraph if none has been explicitly created.\n| **Note:** The default graph is a property of the current thread. If you create a new thread, and wish to use the default graph in that thread, you must explicitly add a `with g.as_default():` in that thread's function.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| The default `Graph` being used in the current thread. ||\n\n\u003cbr /\u003e"]]