Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp111 NotLinalgOp, enumerator
120 return MatchContractionResult::NotLinalgOp; in isContractionInterfaceImpl()
162 if (res == MatchContractionResult::NotLinalgOp) in verifyContractionInterface()
267 NotLinalgOp, enumerator
279 return MatchConvolutionResult::NotLinalgOp; in isConvolutionInterfaceImpl()
406 if (res == MatchConvolutionResult::NotLinalgOp) in verifyConvolutionInterface()
436 NotLinalgOp, enumerator
444 return MatchFillResult::NotLinalgOp; in isFillInterfaceImpl()
457 if (res == MatchFillResult::NotLinalgOp) in verifyFillInterface()