tf.contrib.learn.read_batch_record_features(file_pattern, batch_size, features, randomize_input=True, num_epochs=None, queue_capacity=10000, reader_num_threads=1, parser_num_threads=1, name='dequeue_record_examples')
Reads TFRecord, queues, batches and parses Example proto.
See more detailed description in read_examples.
Args:
file_pattern: List of files or pattern of file paths containing Example records. See tf.gfile.Glob for pattern rules.
batch_size: An int or scalar Tensor specifying th