Home
last modified time | relevance | path

Searched refs:RNNBlock (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_dnn.py2185 rnnb = dnn.RNNBlock(theano.config.floatX, hidden_dim, depth, 'gru')
2288 …rnnb = dnn.RNNBlock(theano.config.floatX, hidden_dim, depth, 'gru', direction_mode='bidirectional')
2342 rnnb = dnn.RNNBlock(theano.config.floatX, hidden_dim, depth, 'lstm')
2421 rnnb = dnn.RNNBlock(theano.config.floatX, hidden_dim, depth, 'lstm')
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Ddnn.py2578 class RNNBlock(object): class