Lines Matching defs:dilations
1469 // Rank-reduce strides and dilations too.
1476 auto dilations =
1478 dilations.erase(dilations.begin() + (removeH ? 0 : 1));
1479 auto dilationsAttr = rewriter.getI64VectorAttr(dilations);
1557 // Rank-reduce strides and dilations too.
1563 auto dilations =
1565 dilations.erase(dilations.begin() + (removeH ? 0 : 1));
1566 auto dilationsAttr = rewriter.getI64VectorAttr(dilations);