Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DQuantizedLSTM.cpp246 Shape* cellStateOutShape, Shape* outputShape) { in prepare() argument
332 *cellStateOutShape = prevCellState->shape(); in prepare()
DQLSTM.cpp358 Shape cellStateOutShape = context->getOutputShape(kCellStateOutTensor); in prepare() local
359 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()
362 context->setOutputShape(kCellStateOutTensor, cellStateOutShape) && in prepare()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1623 Shape cellStateOutShape, outputShape; in executeOperation() local
1626 success = QuantizedLSTMCell::prepare(operation, operands, &cellStateOutShape, in executeOperation()
1628 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()