tf.VarLenFeature.
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.VarLenFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.

2025-01-10 15:47:30
tf.QueueBase.size()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.QueueBase.size(name=None) Compute the number of elements in this queue. Args:

2025-01-10 15:47:30
tf.IdentityReader.serialize_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.IdentityReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not

2025-01-10 15:47:30
tf.FixedLengthRecordReader.read()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.FixedLengthRecordReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader.

2025-01-10 15:47:30
tf.train.string_input_producer()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.train.string_input_producer(string_tensor, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Output

2025-01-10 15:47:30
tf.WholeFileReader.read_up_to()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.WholeFileReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader

2025-01-10 15:47:30
tf.IdentityReader.read_up_to()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.IdentityReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader

2025-01-10 15:47:30
tf.TextLineReader.serialize_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.TextLineReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not

2025-01-10 15:47:30
tf.ReaderBase.
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.ReaderBase.__init__(reader_ref, supports_serialize=False) Creates a new ReaderBase. Args:

2025-01-10 15:47:30
tf.QueueBase.queue_ref
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.QueueBase.queue_ref The underlying queue reference.

2025-01-10 15:47:30