Searched refs:LSTMBlockFusedCell (Results 1 – 3 of 3) sorted by relevance
172 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(
585 class LSTMBlockFusedCell(LSTMBlockWrapper): class624 super(LSTMBlockFusedCell, self).__init__(
152 self._encoder = lstm_ops.LSTMBlockFusedCell(154 self._decoder = lstm_ops.LSTMBlockFusedCell(