Home
last modified time | relevance | path

Searched defs:TestVectorContractionLowering (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp111 struct TestVectorContractionLowering struct
114 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestVectorContractionLowering) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()
119 StringRef getDescription() const final { in getDescription()
124 TestVectorContractionLowering(const TestVectorContractionLowering &pass) in TestVectorContractionLowering() argument
127 Option<bool> lowerToFlatMatrix{
131 Option<bool> lowerToOuterProduct{
135 Option<bool> lowerToFilterOuterProduct{
140 Option<bool> lowerToParallelArith{
145 void runOnOperation() override { in runOnOperation()