StackedRNNCellsΒΆ

Wrapper allowing a stack of RNN cells to behave as a single cell.

Abstract Signature:

StackedRNNCells(cells: List[Any])

PyTorch

API: β€”
Strategy: Plugin (stacked_rnn_shim)

Keras

API: keras.layers.StackedRNNCells
Strategy: Direct Mapping

TensorFlow

API: tf.keras.layers.StackedRNNCells
Strategy: Direct Mapping