Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DVectorization.cpp541 ShapedType kShapeType = op.getInputShapedType(1); in matchAndRewrite() local
544 ArrayRef<int64_t> kShape = kShapeType.getShape(); in matchAndRewrite()
546 if (!inShapeType.hasStaticShape() || !kShapeType.hasStaticShape()) in matchAndRewrite()