Searched refs:cellStateOutShape (Results 1 – 3 of 3) sorted by relevance
246 Shape* cellStateOutShape, Shape* outputShape) { in prepare() argument332 *cellStateOutShape = prevCellState->shape(); in prepare()
358 Shape cellStateOutShape = context->getOutputShape(kCellStateOutTensor); in prepare() local359 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()362 context->setOutputShape(kCellStateOutTensor, cellStateOutShape) && in prepare()
1623 Shape cellStateOutShape, outputShape; in executeOperation() local1626 success = QuantizedLSTMCell::prepare(operation, operands, &cellStateOutShape, in executeOperation()1628 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()