tf.errors.DataLossError.__init__(node_def, op, message) Creates a DataLossError.
class tf.errors.PermissionDeniedError Raised when the caller does not have permission to run an operation. For
class tf.InteractiveSession A TensorFlow Session for use in interactive contexts, such as a shell.
class tf.errors.InternalError Raised when the system experiences an internal error. This exception
tf.Session.__init__(target='', graph=None, config=None) Creates a new TensorFlow session. If no
class tf.errors.CancelledError Raised when an operation or step is cancelled. For example, a long-running
tf.Session.__enter__()
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.OpError.op The operation that failed, if known. N.B. If the failed op was synthesized
Page 5 of 6