tf.Session.as_default() Returns a context manager that makes this object the default session. Use
tf.errors.CancelledError.__init__(node_def, op, message) Creates a CancelledError.
tf.errors.DataLossError.__init__(node_def, op, message) Creates a DataLossError.
tf.InteractiveSession.close() Closes an InteractiveSession.
tf.Session.__init__(target='', graph=None, config=None) Creates a new TensorFlow session. If no
tf.OpError.op The operation that failed, if known. N.B. If the failed op was synthesized
class tf.errors.InternalError Raised when the system experiences an internal error. This exception
tf.Session.run(fetches, feed_dict=None, options=None, run_metadata=None) Runs operations and evaluates tensors in fetches
tf.errors.OutOfRangeError.__init__(node_def, op, message) Creates an OutOfRangeError.
tf.Session.__enter__()
Page 5 of 6