Searched refs:tensorLoadOp (Results 1 – 1 of 1) sorted by relevance
979 auto tensorLoadOp = yieldVal.getDefiningOp<bufferization::ToTensorOp>(); in matchAndRewrite() local987 if (!isTensor || !tensorLoadOp || (!bbArg.use_empty() && !tensorToMemref)) in matchAndRewrite()990 if (tensorToMemref && tensorLoadOp.getMemref() != tensorToMemref) in matchAndRewrite()997 if (tensorLoadOp->getNextNode() != yieldOp) in matchAndRewrite()1011 loc, tensorLoadOp.getMemref()); in matchAndRewrite()