UT3Weights.concatenate#

t3toolbox.uniform_tucker_tensor_train.UT3Weights.concatenate(other)#
def concatenate(self, other: 'UT3Weights') -> 'UT3Weights':

Per-edge concatenation with other – the + / direct-sum combine (ranks add, padded widths add). The output mask may go gappy if either input has rank slack, which is expected and correct (docs/uniform_masks_vs_ranks.md).

Parameters:

other (UT3Weights)

Return type:

UT3Weights