CifgLstmCellSimpleΒΆ

Coupled Input and Forget Gate (CIFG) LSTM Cell.

Abstract Signature:

CifgLstmCellSimple(input_size: int, hidden_size: int)

PyTorch

API: torch.nn.LSTMCell
Strategy: Direct Mapping

PaxML / Praxis

API: praxis.layers.CifgLstmCellSimple
Strategy: Direct Mapping