tf.contrib.training.NextQueuedSequenceBatch.sequence_count
An int32 vector, length batch_size
: the sequence count of each entry.
When an input is split up, the number of splits is equal to: padded_length / num_unroll
. This is the sequence_count.
Returns:
An int32 vector Tensor
.
Please login to continue.