View source on GitHub |
Returns the default session for the current thread.
tf.compat.v1.get_default_session()
The returned Session
will be the innermost session on which a
Session
or Session.as_default()
context has been entered.
Returns | |
---|---|
The default Session being used in the current thread.
|