Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp243 std::vector<RunTimeOperandInfo>& operands, Shape* cellStateOutShape, in prepare() argument
330 *cellStateOutShape = prevCellState->shape(); in prepare()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1687 Shape cellStateOutShape, outputShape; in executeOperation() local
1690 success = QuantizedLSTMCell::prepare(operation, mOperands, &cellStateOutShape, in executeOperation()
1692 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()