Lines Matching defs:targetSize
696 // This function returns a pair {targetSize, masterOperand}.
729 auto targetSize =
732 return {targetSize, operandsWithDynamicDim[0]};
738 targetSize = rewriter.create<arith::MaxUIOp>(loc, targetSize, nextSize);
740 return {targetSize, nullptr};
753 auto [targetSize, masterOperand] =
755 targetShape.push_back(targetSize);
763 int64_t dim, OpFoldResult targetSize,
805 auto size = index == dim ? targetSize