Revision 85fbc1e20d309b4d1d31353bc8ed0f74bfd37050 authored by Meraj Hashemizadeh on 30 August 2021, 20:41:50 UTC, committed by Meraj Hashemizadeh on 30 August 2021, 20:41:50 UTC
1 parent 5a6992a
Raw File
__init__.py
from .base import random_tensor
from .base import (random_cp, random_tucker, random_tr,
                   random_tt, random_tt_matrix, random_parafac2)

# Deprecated
from .base import random_kruskal, random_mps
back to top