Lines Matching defs:destination
10 // tensor.empty ops are inserted as a destination. Such tensor.empty can be
35 Value destination, ArrayRef<int64_t> shape,
42 destination = rewriter.create<tensor::InsertOp>(loc, *elementIt,
43 destination, indices);
46 return destination;
50 destination = createInserts(rewriter, loc, dim + 1, destination, shape,
53 return destination;
56 /// Create a memcpy from the given source tensor to the given destination
224 // tensor.pad does not have a destination operand.