Searched refs:reductionShape (Results 1 – 1 of 1) sorted by relevance
2825 SmallVector<int64_t> reductionShape(destShape.begin(), destShape.end()); in matchAndRewrite() local2826 reductionShape[reductionDim] = 1; in matchAndRewrite()2827 VectorType reductionType = VectorType::get(reductionShape, elType); in matchAndRewrite()