Computes the next state and output of a BasicLSTMCell.
Returns [newC, newH].
[newC, newH]
Derived from tf.contrib.rnn.BasicLSTMCell.
Forget bias for the cell.
The weights for the cell.
The bias for the cell.
The input to the cell.
Previous cell state.
Previous cell output.
Generated using TypeDoc
Computes the next state and output of a BasicLSTMCell.
Returns
[newC, newH]
.Derived from tf.contrib.rnn.BasicLSTMCell.