ed.get_session

Aliases:

  • ed.get_session
  • ed.util.get_session
get_session()

Defined in edward/util/graphs.py.

Get the globally defined TensorFlow session.

If the session is not already defined, then the function will create a global session.

Returns:

  • _ED_SESSION: tf.InteractiveSession.