Home
last modified time | relevance | path

Searched refs:LSTMBlockFusedCell (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dlstm_ops_test.py172 fused_cell = lstm_ops.LSTMBlockFusedCell(
287 cell = lstm_ops.LSTMBlockFusedCell(10)
288 pcell = lstm_ops.LSTMBlockFusedCell(10, use_peephole=True)
473 cell = lstm_ops.LSTMBlockFusedCell(
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dlstm_ops.py585 class LSTMBlockFusedCell(LSTMBlockWrapper): class
624 super(LSTMBlockFusedCell, self).__init__(
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py152 self._encoder = lstm_ops.LSTMBlockFusedCell(
154 self._decoder = lstm_ops.LSTMBlockFusedCell(