Searched refs:bindShapeDims (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Vectorization.cpp | 1285 static void bindShapeDims(ShapedType shapedType) {} in bindShapeDims() function 1288 static void bindShapeDims(ShapedType shapedType, IntTy &val, IntTy2 &...vals) { in bindShapeDims() function 1290 bindShapeDims<N + 1, IntTy2 &...>(shapedType, vals...); in bindShapeDims() 1295 static void bindShapeDims(ShapedType shapedType, IntTy &...vals) { in bindShapeDims() function 1296 bindShapeDims<0>(shapedType, vals...); in bindShapeDims() 1387 bindShapeDims(rhsShapedType, kwSize, cSize, fSize); in conv() 1389 bindShapeDims(resShapedType, nSize, wSize); in conv() 1511 bindShapeDims(rhsShapedType, kwSize, cSize); in depthwiseConv() 1513 bindShapeDims(resShapedType, nSize, wSize); in depthwiseConv()
|