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