tf.OpError.
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.OpError.__init__(node_def, op, message, error_code) Creates a new OpError indicating that a particular op failed

2025-01-10 15:47:30
tf.errors.DataLossError
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

class tf.errors.DataLossError Raised when unrecoverable data loss or corruption is encountered. For

2025-01-10 15:47:30
tf.Session.graph
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.Session.graph The graph that was launched in this session.

2025-01-10 15:47:30
tf.errors.InvalidArgumentError.
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.errors.InvalidArgumentError.__init__(node_def, op, message) Creates an InvalidArgumentError.

2025-01-10 15:47:30
tf.errors.PermissionDeniedError
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

class tf.errors.PermissionDeniedError Raised when the caller does not have permission to run an operation. For

2025-01-10 15:47:30
tf.OpError.node_def
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.OpError.node_def The NodeDef proto representing the op that failed.

2025-01-10 15:47:30
tf.errors.UnknownError.
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.errors.UnknownError.__init__(node_def, op, message, error_code=2) Creates an UnknownError.

2025-01-10 15:47:30
tf.errors.UnavailableError.
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.errors.UnavailableError.__init__(node_def, op, message) Creates an UnavailableError.

2025-01-10 15:47:30
tf.InteractiveSession
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

class tf.InteractiveSession A TensorFlow Session for use in interactive contexts, such as a shell.

2025-01-10 15:47:30
tf.errors.AlreadyExistsError
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

class tf.errors.AlreadyExistsError Raised when an entity that we attempted to create already exists. For

2025-01-10 15:47:30