Revision c37a55579df7095a5ee66a62a5b99281bdf01418 authored by TUNA Caglayan on 01 September 2021, 09:32:34 UTC, committed by TUNA Caglayan on 01 September 2021, 09:32:34 UTC
1 parent 4772692
Raw File
__init__.py
"""
The :mod:`tensorly.contrib.decomposition` module includes utilities for performing
tensor decomposition for which the API is still evolving.                                                                                               
"""

from ._tt_cross import tensor_train_cross

back to top