tf.InteractiveSession.__init__(target='', graph=None, config=None) Creates a new interactive TensorFlow session.
tf.OpError.message The error message that describes the error.
tf.errors.PermissionDeniedError.__init__(node_def, op, message) Creates a PermissionDeniedError.
class tf.errors.OutOfRangeError Raised when an operation iterates past the valid input range. This
class tf.Session A class for running TensorFlow operations. A Session object encapsulates
class tf.errors.DeadlineExceededError Raised when a deadline expires before an operation could complete. This
tf.Session.__exit__(exec_type, exec_value, exec_tb)
tf.Session.graph The graph that was launched in this session.
tf.errors.ResourceExhaustedError.__init__(node_def, op, message) Creates a ResourceExhaustedError.
class tf.errors.UnimplementedError Raised when an operation has not been implemented. Some operations
Page 3 of 6