Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DVectorization.cpp540 ShapedType inShapeType = op.getInputShapedType(0); in matchAndRewrite() local
543 ArrayRef<int64_t> inShape = inShapeType.getShape(); in matchAndRewrite()
546 if (!inShapeType.hasStaticShape() || !kShapeType.hasStaticShape()) in matchAndRewrite()
569 unsigned rank = inShapeType.getRank(); in matchAndRewrite()
571 Type elemType = inShapeType.getElementType(); in matchAndRewrite()