layer_stacked_rnn_cells: Wrapper allowing a stack of RNN cells to behave as a single cell
Description
Used to implement efficient stacked RNNs.
Usage
layer_stacked_rnn_cells(cells, ...)
Arguments
cells
List of RNN cell instances.
...
standard layer arguments.