Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorMultiDimReductionTransforms.cpp38 options == vector::VectorMultiReductionLowering::InnerReduction) {} in InnerOuterDimReductionConversion()
110 options == vector::VectorMultiReductionLowering::InnerReduction) {} in ReduceMultiDimReductionRank()
345 if (options == VectorMultiReductionLowering ::InnerReduction) in populateVectorMultiReductionLoweringPatterns()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h42 InnerReduction = 1, enumerator
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp647 : vector::VectorMultiReductionLowering::InnerReduction); in runOnOperation()