Searched refs:HybridSequentialRNNCell (Results 1 – 10 of 10) sorted by relevance
77 self.forward_layers = rnn.HybridSequentialRNNCell()103 self.backward_layers = rnn.HybridSequentialRNNCell()
209 rnn_cell = rnn.HybridSequentialRNNCell()
524 block = rnn.HybridSequentialRNNCell()
88 stack_layer = mx.gluon.rnn.HybridSequentialRNNCell(prefix='lstm0_')122 stack_layer = mx.gluon.rnn.HybridSequentialRNNCell(prefix='lstm0_')287 cell = gluon.rnn.HybridSequentialRNNCell()313 cell0 = gluon.rnn.HybridSequentialRNNCell()317 cell1 = gluon.rnn.HybridSequentialRNNCell()401 cell = gluon.rnn.HybridSequentialRNNCell()723 stack_layer = mx.gluon.rnn.HybridSequentialRNNCell(prefix=recurrent_block_prefix)737 stack_layer = mx.gluon.rnn.HybridSequentialRNNCell(prefix=recurrent_block_prefix)
461 block = rnn.HybridSequentialRNNCell()
760 class HybridSequentialRNNCell(HybridRecurrentCell): class763 super(HybridSequentialRNNCell, self).__init__(prefix=prefix, params=params)
163 stack = rnn_cell.HybridSequentialRNNCell(prefix=self.prefix, params=self.params)