LstmCellSimple ============== A long short-term memory (LSTM) cell. **Abstract Signature:** ``LstmCellSimple(input_size: int, hidden_size: int, bias: bool = True)`` .. raw:: html
torch.nn.LSTMCell
keras.layers.LSTMCell
tf.keras.layers.LSTMCell
mlx.nn.LSTM
flax.nnx.LSTMCell
paxml.layers.LstmCellSimple