Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp272 OutputDimsNotParallel, enumerator
326 return MatchConvolutionResult::OutputDimsNotParallel; in isConvolutionInterfaceImpl()
335 return MatchConvolutionResult::OutputDimsNotParallel; in isConvolutionInterfaceImpl()
345 return MatchConvolutionResult::OutputDimsNotParallel; in isConvolutionInterfaceImpl()
354 return MatchConvolutionResult::OutputDimsNotParallel; in isConvolutionInterfaceImpl()
419 if (res == MatchConvolutionResult::OutputDimsNotParallel) { in verifyConvolutionInterface()