Computes the next states and outputs of a stack of LSTMCells.
Each cell output is used as input to the next cell.
Returns [cellState, cellOutput].
[cellState, cellOutput]
Derived from tf.contrib.rn.MultiRNNCell.
Array of LSTMCell functions.
The input to the cell.
Array of previous cell states.
Array of previous cell outputs.
Generated using TypeDoc
Computes the next states and outputs of a stack of LSTMCells.
Each cell output is used as input to the next cell.
Returns
[cellState, cellOutput]
.Derived from tf.contrib.rn.MultiRNNCell.