Revision 29d38e697f330c7d81607d1068cbbf81a28e0617 authored by Meraj Hashemizadeh on 30 August 2021, 21:41:28 UTC, committed by Meraj Hashemizadeh on 30 August 2021, 21:41:28 UTC
1 parent 08da569
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