Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp321 const Shape cellStateShape = context->getInputShape(kCellStateInTensor); in prepare() local
DQLSTM.cpp301 const Shape cellStateShape = context->getInputShape(kPrevCellStateTensor); in prepare() local
DLSTM.cpp304 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1102 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local