tf.WholeFileReader.read()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

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

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

tf.TFRecordReader.__init__(name=None, options=None) Create a TFRecordReader. Args:

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

tf.parse_tensor(serialized, out_type, name=None) Transforms a serialized tensorflow.TensorProto proto into a Tensor.

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.num_records_produced()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.IdentityReader.num_records_produced(name=None) Returns the number of records this reader has produced. This

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.ReaderBase.restore_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.ReaderBase.restore_state(state, name=None) Restore a reader to a previously saved state. Not

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.ReaderBase.num_records_produced()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.ReaderBase.num_records_produced(name=None) Returns the number of records this reader has produced. This

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