summaryrefslogtreecommitdiff
path: root/ot/gpu/__init__.py
blob: a2fdd3d2e8b05fc688385150048dd44e538e03b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-

from . import bregman
from . import da
from .bregman import sinkhorn

# Author: Remi Flamary <remi.flamary@unice.fr>
#         Leo Gautheron <https://github.com/aje>
#
# License: MIT License

__all__ = ["bregman", "da", "sinkhorn"]