Lines Matching defs:convOp
1390 returningMatchAndRewrite(Conv2DOp convOp, PatternRewriter &rewriter) const {
1391 if (convOp.hasPureBufferSemantics())
1394 Value input = convOp.getInputs().front();
1395 Value kernel = convOp.getInputs().back();
1396 Value output = convOp.getOutputs().front();
1408 convOp)
1461 Location loc = convOp.getLoc();
1472 llvm::to_vector<4>(convOp.getStrides().template getValues<int64_t>());
1477 llvm::to_vector<4>(convOp.getDilations().template getValues<int64_t>());
1488 rewriter.replaceOp(convOp, inserted);
1514 DepthwiseConv2DNhwcHwcOp convOp, PatternRewriter &rewriter) const {
1515 if (convOp.hasPureBufferSemantics())
1518 Value input = convOp.getInputs().front();
1519 Value kernel = convOp.getInputs().back();
1520 Value output = convOp.getOutputs().front();
1549 Location loc = convOp.getLoc();
1559 auto strides = llvm::to_vector<4>(convOp.getStrides().getValues<int64_t>());
1564 llvm::to_vector<4>(convOp.getDilations().getValues<int64_t>());
1575 rewriter.replaceOp(convOp, inserted);
1581 DownscaleConv2DOp::returningMatchAndRewrite(Conv2DOp convOp,
1583 if (convOp.hasPureBufferSemantics())
1586 Value input = convOp.getInputs().front();
1587 Value kernel = convOp.getInputs().back();
1588 Value output = convOp.getOutputs().front();
1617 Location loc = convOp.getLoc();
1632 rewriter.replaceOp(convOp, inserted);