Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp615 auto areReshapeOpsFoldable = [](ShapedType largerType, in matchAndRewrite() local
622 if (areReshapeOpsFoldable(reshapeOp.getResultType(), reshapeOp.getSrcType(), in matchAndRewrite()
632 if (areReshapeOpsFoldable(srcReshapeOp.getSrcType(), reshapeOp.getSrcType(), in matchAndRewrite()