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)
Wrapper allowing a stack of RNN cells to behave as a single cell.
Abstract Signature:
StackedRNNCells(cells: List[Any])
β