Searched refs:cellStateOutShape (Results 1 – 3 of 3) sorted by relevance
250 Shape* cellStateOutShape, Shape* outputShape) { in prepare() argument336 *cellStateOutShape = prevCellState->shape(); in prepare()
242 Shape cellStateOutShape = context->getOutputShape(kCellStateOutTensor); in prepare() local243 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()246 context->setOutputShape(kCellStateOutTensor, cellStateOutShape) && in prepare()
1624 Shape cellStateOutShape, outputShape; in executeOperation() local1627 success = QuantizedLSTMCell::prepare(operation, operands, &cellStateOutShape, in executeOperation()1629 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()