Searched defs:LayerRNNCell (Results 1 – 3 of 3) sorted by relevance
36 LayerRNNCell = rnn_cell_impl.LayerRNNCell # pylint: disable=invalid-name variable
40 LayerRNNCell = rnn_cell_impl.LayerRNNCell # pylint: disable=invalid-name variable
345 class LayerRNNCell(RNNCell): class