HomeSort by relevance Sort by last modified time
    Searched refs:LayerRNNCell (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
gru_ops.py 36 LayerRNNCell = rnn_cell_impl.LayerRNNCell # pylint: disable=invalid-name
101 class GRUBlockCell(LayerRNNCell):
lstm_ops.py 40 LayerRNNCell = rnn_cell_impl.LayerRNNCell # pylint: disable=invalid-name
335 class LSTMBlockCell(LayerRNNCell):
rnn_cell.py     [all...]
  /external/tensorflow/tensorflow/lite/experimental/examples/lstm/
rnn_cell.py 40 class TfLiteRNNCell(rnn_cell_impl.LayerRNNCell):
160 class TFLiteLSTMCell(rnn_cell_impl.LayerRNNCell):
  /external/tensorflow/tensorflow/python/ops/
rnn_cell_impl.py 345 class LayerRNNCell(RNNCell):
379 # Bypass RNNCell's variable capturing semantics for LayerRNNCell.
387 class BasicRNNCell(LayerRNNCell):
481 class GRUCell(LayerRNNCell):
633 class BasicLSTMCell(LayerRNNCell):
802 class LSTMCell(LayerRNNCell):
    [all...]

Completed in 253 milliseconds