Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dgru_ops.py36 LayerRNNCell = rnn_cell_impl.LayerRNNCell # pylint: disable=invalid-name variable
Dlstm_ops.py40 LayerRNNCell = rnn_cell_impl.LayerRNNCell # pylint: disable=invalid-name variable
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py345 class LayerRNNCell(RNNCell): class