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

tf.Session.__exit__(exec_type, exec_value, exec_tb)

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

tf.Session.as_default() Returns a context manager that makes this object the default session. Use

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