Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp488 Value firstShape = adaptor.getShapes().front(); in matchAndRewrite() local
490 rewriter.create<tensor::DimOp>(loc, indexTy, firstShape, zero); in matchAndRewrite()
508 b.create<tensor::ExtractOp>(loc, firstShape, iv); in matchAndRewrite()