Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py45 LayerRNNCell = rnn_cell_impl.LayerRNNCell variable
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_impl.py356 class LayerRNNCell(RNNCell): class