Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/
H A DTensor.h116 Value createCanonicalRankReducingExtractSliceOp(OpBuilder &b, Location loc,
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp888 Value newInput = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite()
890 Value newKernel = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite()
892 Value newOutput = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite()
958 Value newInput = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite()
960 Value newKernel = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite()
962 Value newOutput = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1432 Value mlir::tensor::createCanonicalRankReducingExtractSliceOp( in createCanonicalRankReducingExtractSliceOp() function in mlir::tensor