Searched refs:inShape (Results 1 – 1 of 1) sorted by relevance
543 ArrayRef<int64_t> inShape = inShapeType.getShape(); in matchAndRewrite() local553 if (!mask[i] && (inShape[i] != 1 || kShape[i] != 1)) in matchAndRewrite()556 if (mask[i] && inShape[i] != kShape[i]) in matchAndRewrite()561 vectorDims.push_back(inShape[i]); in matchAndRewrite()