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

tf.placeholder_with_default(input, shape, name=None) A placeholder op that passes though input when its output is

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

tf.ReaderBase.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.

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

tf.read_file(filename, name=None) Reads and outputs the entire contents of the input filename. Args:

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

tf.train.input_producer(input_tensor, element_shape=None, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, summary_name=None, name=None)

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

tf.FixedLengthRecordReader.reader_ref Op that implements the 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.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