R/layers-recurrent-cells.R
layer_stacked_rnn_cells.Rd
Used to implement efficient stacked RNNs.
layer_stacked_rnn_cells(cells, ...)
List of RNN cell instances.
standard layer arguments.
Other RNN cell layers:
layer_gru_cell()
,
layer_lstm_cell()
,
layer_simple_rnn_cell()