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.Session
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

class tf.Session A class for running TensorFlow operations. A Session object encapsulates

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

tf.errors.ResourceExhaustedError.__init__(node_def, op, message) Creates a ResourceExhaustedError.

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

tf.errors.CancelledError.__init__(node_def, op, message) Creates a CancelledError.

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.DataLossError.
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.errors.DataLossError.__init__(node_def, op, message) Creates a DataLossError.

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.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.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.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