tf.errors.PermissionDeniedError.__init__(node_def, op, message) Creates a PermissionDeniedError.
tf.errors.AbortedError.__init__(node_def, op, message) Creates an AbortedError.
tf.errors.UnauthenticatedError.__init__(node_def, op, message) Creates an UnauthenticatedError.
tf.OpError.message The error message that describes the error.
class tf.errors.UnavailableError Raised when the runtime is currently unavailable. This exception
tf.errors.DeadlineExceededError.__init__(node_def, op, message) Creates a DeadlineExceededError.
class tf.errors.AbortedError The operation was aborted, typically due to a concurrent action. For
class tf.errors.FailedPreconditionError Operation was rejected because the system is not in a state to execute it.
tf.get_default_session() Returns the default session for the current thread. The returned Session
class tf.errors.InvalidArgumentError Raised when an operation receives an invalid argument. This
Page 2 of 6