Home
last modified time | relevance | path

Searched refs:reductionShape (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2825 SmallVector<int64_t> reductionShape(destShape.begin(), destShape.end()); in matchAndRewrite() local
2826 reductionShape[reductionDim] = 1; in matchAndRewrite()
2827 VectorType reductionType = VectorType::get(reductionShape, elType); in matchAndRewrite()