Home
last modified time | relevance | path

Searched refs:cellStateOutShape (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp249 Shape* cellStateOutShape, Shape* outputShape) { in prepare() argument
335 *cellStateOutShape = prevCellState->shape(); in prepare()
DQLSTM.cpp357 Shape cellStateOutShape = context->getOutputShape(kCellStateOutTensor); in prepare() local
358 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()
361 context->setOutputShape(kCellStateOutTensor, cellStateOutShape) && in prepare()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1677 Shape cellStateOutShape, outputShape; in executeOperation() local
1680 success = QuantizedLSTMCell::prepare(operation, operands, &cellStateOutShape, in executeOperation()
1682 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()