Searched defs:LSTMCell (Results 1 – 6 of 6) sorted by relevance
46 LSTMCell = rnn_cell_impl.LSTMCell variable
50 def LSTMCell(weights, m_prev, c_prev, x, pad): function
824 class LSTMCell(LayerRNNCell): class
843 class LSTMCell(recurrent.LSTMCell): class
2244 class LSTMCell(DropoutRNNCellMixin, Layer): class
1519 def LSTMCell(cls, x, mprev, cprev, weights): member in UnrollLSTMTest