Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp427 parentSrcType = parentReshapeOp.getSrcType(); in matchAndRewrite() local
429 !parentSrcType.hasStaticShape() || in matchAndRewrite()
431 parentSrcType.getRank() == dstType.getRank()) in matchAndRewrite()
440 bool isFoldingPattern = parentSrcType.getRank() > dstType.getRank(); in matchAndRewrite()
442 isFoldingPattern ? parentSrcType.getShape() : dstType.getShape(); in matchAndRewrite()
444 isFoldingPattern ? dstType.getShape() : parentSrcType.getShape(); in matchAndRewrite()