def tt_matrix_to_full()

in tt_embeddings_ops.py [0:0]


def tt_matrix_to_full(
    tt_p_shapes: List[int],
    tt_q_shapes: List[int],
    tt_ranks: List[int],
    tt_cores: List[torch.Tensor],
    tt_permute: Optional[List[int]] = None,