Searched refs:cellStateOutShape (Results 1 – 3 of 3) sorted by relevance
249 Shape* cellStateOutShape, Shape* outputShape) { in prepare() argument335 *cellStateOutShape = prevCellState->shape(); in prepare()
357 Shape cellStateOutShape = context->getOutputShape(kCellStateOutTensor); in prepare() local358 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()361 context->setOutputShape(kCellStateOutTensor, cellStateOutShape) && in prepare()
1678 Shape cellStateOutShape, outputShape; in executeOperation() local1681 success = QuantizedLSTMCell::prepare(operation, operands, &cellStateOutShape, in executeOperation()1683 setInfoAndAllocateIfNeeded(&cellStateOut, cellStateOutShape, &result) && in executeOperation()