UT3Weights.concatenate ====================== .. py:method:: t3toolbox.uniform_tucker_tensor_train.UT3Weights.concatenate(other) .. code-block:: python 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``).