Home
last modified time | relevance | path

Searched defs:LSTMCell (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py46 LSTMCell = rnn_cell_impl.LSTMCell variable
/external/tensorflow/tensorflow/compiler/tests/
Dlstm.py50 def LSTMCell(weights, m_prev, c_prev, x, pad): function
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_impl.py824 class LSTMCell(LayerRNNCell): class
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py843 class LSTMCell(recurrent.LSTMCell): class
Drecurrent.py2244 class LSTMCell(DropoutRNNCellMixin, Layer): class
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1519 def LSTMCell(cls, x, mprev, cprev, weights): member in UnrollLSTMTest