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

tf.QueueBase.shapes The list of shapes for each component of a queue element.

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

class tf.TextLineReader A Reader that outputs the lines of a file delimited by newlines. Newlines

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

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

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

tf.decode_raw(bytes, out_type, little_endian=None, name=None) Reinterpret the bytes of a string as a vector of numbers.

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

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

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

tf.WholeFileReader.supports_serialize Whether the Reader implementation can serialize its state.

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

tf.VarLenFeature.__new__(_cls, dtype) Create new instance of VarLenFeature(dtype,)

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

tf.QueueBase.dtypes The list of dtypes for each component of a queue element.

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

class tf.TFRecordReader A Reader that outputs the records from a TFRecords file. See ReaderBase

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

tf.decode_csv(records, record_defaults, field_delim=None, name=None) Convert CSV records to tensors. Each column maps to one tensor

2025-01-10 15:47:30