Revision 08da569a08f93180f2bebae1943e2f22096dee2a authored by Meraj Hashemizadeh on 30 August 2021, 20:44:14 UTC, committed by Meraj Hashemizadeh on 30 August 2021, 20:44:14 UTC
1 parent a7380c8
Raw File
__init__.py
"""
The :mod:`tensorly.datasets` module includes utilities to load datasets and
create synthetic data, e.g. for testing purposes.
"""

from .synthetic import gen_image
back to top