Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp1024 SmallVector<Value, 4> tiledShapes; in makeTiledShapes() local
1025 tiledShapes.reserve(valuesToTile.size()); in makeTiledShapes()
1036 tiledShapes.push_back(shapedOp); in makeTiledShapes()
1043 tiledShapes.push_back(makeTiledShape(b, loc, shapedOp, tileSizes, map, lbs, in makeTiledShapes()
1048 return tiledShapes; in makeTiledShapes()