copyMaterialize

Explicitly copies this view into a standalone contiguous tensor.

This is the same operation as materialize but with a name that makes the copy semantics unambiguous. Prefer this over materialize in new code.

Return

a new Tensor containing a copied, contiguous copy of this view's data