Home
last modified time | relevance | path

Searched defs:BasicLSTMCell (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Drnn_cell_impl.py36 BasicLSTMCell = rnn_cell_impl.BasicLSTMCell variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
H A Drnn_cell_impl.py657 class BasicLSTMCell(LayerRNNCell): class