Home
last modified time | relevance | path

Searched defs:outerSliceOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp799 tensor::ExtractSliceOp outerSliceOp, scf::ForOp forOp) { in padThroughLoopIterArg() argument
[all...]
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp3178 auto outerSliceOp = outerPadOp.getSource().getDefiningOp<ExtractSliceOp>(); matchAndRewrite() local