Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp109 enum class MatchContractionResult { enum
120 return MatchContractionResult::NotLinalgOp; in isContractionInterfaceImpl()
122 return MatchContractionResult::WrongNumOperands; in isContractionInterfaceImpl()
125 return MatchContractionResult::NoReduction; in isContractionInterfaceImpl()
128 return MatchContractionResult::NotProjectedPermutations; in isContractionInterfaceImpl()
135 return MatchContractionResult::NotAddMul; in isContractionInterfaceImpl()
136 return MatchContractionResult::Success; in isContractionInterfaceImpl()
162 if (res == MatchContractionResult::NotLinalgOp) in verifyContractionInterface()
164 if (res == MatchContractionResult::WrongNumOperands) in verifyContractionInterface()
166 if (res == MatchContractionResult::NoReduction) in verifyContractionInterface()
[all …]