Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp273 NonOutputDimNotReduction enumerator
373 return MatchConvolutionResult::NonOutputDimNotReduction; in isConvolutionInterfaceImpl()
384 return MatchConvolutionResult::NonOutputDimNotReduction; in isConvolutionInterfaceImpl()
423 if (res == MatchConvolutionResult::NonOutputDimNotReduction) { in verifyConvolutionInterface()