tf.errors.DeadlineExceededError.__init__(node_def, op, message) Creates a DeadlineExceededError.
class tf.errors.UnavailableError Raised when the runtime is currently unavailable. This exception
class tf.errors.AbortedError The operation was aborted, typically due to a concurrent action. For
tf.errors.AbortedError.__init__(node_def, op, message) Creates an AbortedError.
tf.InteractiveSession.__init__(target='', graph=None, config=None) Creates a new interactive TensorFlow session.
class tf.errors.FailedPreconditionError Operation was rejected because the system is not in a state to execute it.
class tf.errors.InvalidArgumentError Raised when an operation receives an invalid argument. This
tf.errors.NotFoundError.__init__(node_def, op, message) Creates a NotFoundError.
tf.errors.UnimplementedError.__init__(node_def, op, message) Creates an UnimplementedError.
tf.errors.UnauthenticatedError.__init__(node_def, op, message) Creates an UnauthenticatedError.
Page 2 of 6