[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.get_default_session\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/framework/ops.py#L5352-L5367) |\n\nReturns the default session for the current thread.\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.get_default_session`](/api_docs/python/tf/compat/v1/get_default_session)\n\n\u003cbr /\u003e\n\n tf.get_default_session()\n\nThe returned `Session` will be the innermost session on which a\n`Session` or [`Session.as_default()`](../tf/InteractiveSession#as_default) context has been entered.\n| **Note:** The default session is a property of the current thread. If you create a new thread, and wish to use the default session in that thread, you must explicitly add a `with sess.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 `Session` being used in the current thread. ||\n\n\u003cbr /\u003e"]]