Sign in
android
/
platform
/
external
/
pytorch
/
686e281bcf
/
.
/
benchmarks
/
fastrnns
/
__init__.py
blob: f66d75a761d680207a8880b0e4ebdde853450a43 [
file
] [
log
] [
blame
]
from
.
cells
import
*
from
.
factory
import
*
# (output, next_state) = cell(input, state)
seqLength
=
100
numLayers
=
2
inputSize
=
512
hiddenSize
=
512
miniBatch
=
64