Inputs and Readers

tf.convert_to_tensor

[TOC]

Placeholders

Reading data

For feeding SparseTensors which are composite type,
there is a convenience function:

Readers

Reading data

Converting

TensorFlow provides several operations that you can use to convert various data
formats into tensors.


Example protocol buffer

Reading data

Queues

Threading and Queues

Conditional Accumulators

Dealing with the filesystem

Input pipeline

Reading data

Beginning of an input pipeline

The "producer" functions add a queue to the graph and a corresponding
QueueRunner for running the subgraph that fills that queue.

Batching at the end of an input pipeline

These functions add a queue to the graph to assemble a batch of
examples, with possible shuffling. They also add a QueueRunner for
running the subgraph that fills that queue.

tf.train.shuffle_batch_join

tf.train.shuffle_batch_join