Lines Matching defs:operation
36 matchAndReplaceDepthwiseConv(Operation *operation, Value input, Value kernel,
39 Location loc = operation->getLoc();
40 auto linalgOp = dyn_cast<LinalgOp>(operation);
41 // Exit out on the memref version of this operation.
45 auto result = operation->getResult(0);
78 TypeSwitch<Operation *, Operation *>(operation)
99 operation, resultTy, newConv->getResult(0), collapsedInitDims);
110 Operation *operation = op.getOperation();
118 return matchAndReplaceDepthwiseConv(operation, input, kernel, nullptr,
130 Operation *operation = op.getOperation();
140 return matchAndReplaceDepthwiseConv(operation, input, kernel, iZp, kZp,