class tf.contrib.training.SequenceQueueingStateSaver
SequenceQueueingStateSaver provides access to stateful values from input.
This class is meant to be used instead of, e.g., a Queue, for splitting variable-length sequence inputs into segments of sequences with fixed length and batching them into mini-batches. It maintains contexts and state for a sequence across the segments. It can be used in conjunction with a QueueRunner (see the example below).
The SequenceQueueingStateSaver (SQSS) accep