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

tf.sparse_placeholder(dtype, shape=None, name=None) Inserts a placeholder for a sparse tensor that will be always fed.

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

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

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

tf.WholeFileReader.__init__(name=None) Create a WholeFileReader. Args:

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

tf.TextLineReader.__init__(skip_header_lines=None, name=None) Create a TextLineReader. Args:

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

tf.train.limit_epochs(tensor, num_epochs=None, name=None) Returns tensor num_epochs times and then raises an

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

tf.train.batch_join(tensors_list, batch_size, capacity=32, enqueue_many=False, shapes=None, dynamic_pad=False, allow_smaller_final_batch=False, shared_name=None, name=None)

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

tf.FixedLenSequenceFeature.allow_missing Alias for field number 2

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

tf.FixedLengthRecordReader.__init__(record_bytes, header_bytes=None, footer_bytes=None, name=None) Create a FixedLengthRecordReader

2025-01-10 15:47:30