Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dlstm.py47 def LSTMCell(weights, m_prev, c_prev, x, pad): function
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py802 class LSTMCell(LayerRNNCell): class
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1502 def LSTMCell(cls, x, mprev, cprev, weights): member in UnrollLSTMTest
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py2053 class LSTMCell(DropoutRNNCellMixin, Layer): class