tf.OpError.__init__(node_def, op, message, error_code) Creates a new OpError indicating that a particular op failed
class tf.errors.DataLossError Raised when unrecoverable data loss or corruption is encountered. For
tf.Session.graph The graph that was launched in this session.
tf.errors.InvalidArgumentError.__init__(node_def, op, message) Creates an InvalidArgumentError.
class tf.errors.PermissionDeniedError Raised when the caller does not have permission to run an operation. For
tf.OpError.node_def The NodeDef proto representing the op that failed.
tf.errors.UnknownError.__init__(node_def, op, message, error_code=2) Creates an UnknownError.
tf.errors.UnavailableError.__init__(node_def, op, message) Creates an UnavailableError.
class tf.InteractiveSession A TensorFlow Session for use in interactive contexts, such as a shell.
class tf.errors.AlreadyExistsError Raised when an entity that we attempted to create already exists. For
Page 4 of 6