Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp861 auto kernelType = kernel.getType().dyn_cast<RankedTensorType>(); in returningMatchAndRewrite() local
864 auto kernelShape = kernelType.getShape(); in returningMatchAndRewrite()
882 RTTBuilder(kernelType).dropDim((removeH ? 0 : 1)); in returningMatchAndRewrite()
931 auto kernelType = kernel.getType().dyn_cast<RankedTensorType>(); in returningMatchAndRewrite() local
934 auto kernelShape = kernelType.getShape(); in returningMatchAndRewrite()
952 RTTBuilder(kernelType).dropDim((removeH ? 0 : 1)); in returningMatchAndRewrite()