Lines Matching defs:bindShapeDims
2980 static void bindShapeDims(ShapedType shapedType) {}
2983 static void bindShapeDims(ShapedType shapedType, IntTy &val, IntTy2 &...vals) {
2985 bindShapeDims<N + 1, IntTy2 &...>(shapedType, vals...);
2990 static void bindShapeDims(ShapedType shapedType, IntTy &...vals) {
2991 bindShapeDims<0>(shapedType, vals...);
3137 bindShapeDims(resShapedType, wSize);
3139 bindShapeDims(rhsShapedType, kwSize);
3148 bindShapeDims(resShapedType, nSize, wSize, fSize);
3152 bindShapeDims(rhsShapedType, kwSize, cSize);
3156 bindShapeDims(rhsShapedType, kwSize);
3179 bindShapeDims(resShapedType, nSize, fSize, wSize);
3183 bindShapeDims(rhsShapedType, fSize, cSize, kwSize);
3187 bindShapeDims(rhsShapedType, kwSize);
3418 bindShapeDims(rhsShapedType, kwSize, cSize);
3433 bindShapeDims(resShapedType, nSize, wSize);