Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp250 Shape* cellStateOutShape, Shape* outputShape) { in prepare() argument
336 *cellStateOutShape = prevCellState->shape(); in prepare()
DQLSTM.cpp242 Shape cellStateOutShape = context->getOutputShape(kCellStateOutTensor); in prepare() local
243 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()
246 context->setOutputShape(kCellStateOutTensor, cellStateOutShape) && in prepare()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1624 Shape cellStateOutShape, outputShape; in executeOperation() local
1627 success = QuantizedLSTMCell::prepare(operation, operands, &cellStateOutShape, in executeOperation()
1629 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()