UniformTuckerTensorTrain.copy#

t3toolbox.uniform_tucker_tensor_train.UniformTuckerTensorTrain.copy()#
def copy(self) -> 'UniformTuckerTensorTrain':
    # Deep-copy the supercores (the data leaves), like ragged T3*.copy; the static aux (shape + masks)
    # is shared (immutable structure, the same way `shape` is not duplicated).
Return type:

UniformTuckerTensorTrain