class tf.errors.DataLossError Raised when unrecoverable data loss or corruption is encountered. For
tf.OpError.__init__(node_def, op, message, error_code) Creates a new OpError indicating that a particular op failed
tf.OpError.error_code The integer error code that describes the error.
tf.errors.UnavailableError.__init__(node_def, op, message) Creates an UnavailableError.
tf.errors.DataLossError.__init__(node_def, op, message) Creates a DataLossError.
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.CancelledError.__init__(node_def, op, message) Creates a CancelledError.
tf.errors.InvalidArgumentError.__init__(node_def, op, message) Creates an InvalidArgumentError.
class tf.InteractiveSession A TensorFlow Session for use in interactive contexts, such as a shell.
Page 4 of 6