Home
last modified time | relevance | path

Searched defs:cellStateShape (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DUnidirectionalSequenceLSTM.cpp324 const Shape cellStateShape = context->getInputShape(kCellStateInTensor); in prepare() local
H A DQLSTM.cpp302 const Shape cellStateShape = context->getInputShape(kPrevCellStateTensor); in prepare() local
H A DLSTM.cpp304 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare()
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp1046 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local