Searched defs:LSTMCell (Results 1 – 6 of 6) sorted by relevance
42 LSTMCell = rnn_cell_impl.LSTMCell variable
45 def LSTMCell(weights, m_prev, c_prev, x, pad): function
828 class LSTMCell(LayerRNNCell): class
841 class LSTMCell(recurrent.LSTMCell): class
2252 class LSTMCell(DropoutRNNCellMixin, Layer): class
1515 def LSTMCell(cls, x, mprev, cprev, weights): member in UnrollLSTMTest