1from .cells import * # noqa: F403 2from .factory import * # noqa: F403 3 4 5# (output, next_state) = cell(input, state) 6seqLength = 100 7numLayers = 2 8inputSize = 512 9hiddenSize = 512 10miniBatch = 64 11