summaryrefslogtreecommitdiff
path: root/ot/gpu/__init__.py
blob: c8f94335a4322eed5b264430053006d6ac3eac55 (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"]