UT3Weights.to_t3weights ======================= .. py:method:: t3toolbox.uniform_tucker_tensor_train.UT3Weights.to_t3weights() .. code-block:: python def to_t3weights(self): # -> T3Weights (unstacked) or a nested tree (shaped like stack_shape) of them Convert back to ragged form. Unstacked: one :py:class:`~t3toolbox.tucker_tensor_train.T3Weights`. Stacked: a nested tree of them (a varying-rank stack has no single stacked ``T3Weights``, exactly as for :py:meth:`UniformTuckerTensorTrain.to_t3`; ``docs/uniform_ranks_and_varieties.md``).