Revision c6d4fdb44a004f804c489c8cb1739ba17d0b0939 authored by TUNA Caglayan on 20 October 2021, 10:09:49 UTC, committed by TUNA Caglayan on 20 October 2021, 10:09:49 UTC
1 parent 2b16764
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