Tag refers to stateful long short-term memory (LSTM) cells in a neural network (i.e. cells that remember their state for the next training batch)
Stateful LSTMs will use the last state for each sample at index i
in a training batch as initial state for the sample of index i
in the following batch.