Searched refs:prevCellStateShape (Results 1 – 1 of 1) sorted by relevance
357 const Shape prevCellStateShape = context->getInputShape(kPrevCellStateTensor); in prepare() local359 cellStateOutShape.dimensions = prevCellStateShape.dimensions; in prepare()390 const Shape prevCellStateShape = context->getInputShape(kPrevCellStateTensor); in execute() local471 NN_RET_CHECK(CheckedLog2(prevCellStateShape.scale, &cellShift)); in execute()600 std::min(std::max(cellClip / prevCellStateShape.scale, -32768.0f), 32767.0f)); in execute()