LstmCellSimpleΒΆ
A long short-term memory (LSTM) cell.
Abstract Signature:
LstmCellSimple(input_size: int, hidden_size: int, bias: bool = True)
A long short-term memory (LSTM) cell.
Abstract Signature:
LstmCellSimple(input_size: int, hidden_size: int, bias: bool = True)