CifgLstmCellSimple ================== Coupled Input and Forget Gate (CIFG) LSTM Cell. **Abstract Signature:** ``CifgLstmCellSimple(input_size: int, hidden_size: int)`` .. raw:: html

PyTorch

API: torch.nn.LSTMCell
Strategy: Direct Mapping

PaxML / Praxis

API: praxis.layers.CifgLstmCellSimple
Strategy: Direct Mapping