sampler_training: A Sampler for use during training.
Description
Only reads inputs.
Usage
sampler_training(time_major = FALSE)
Arguments
time_major
bool. Whether the tensors in inputs are time major.
If `FALSE` (default), they are assumed to be batch major.