summaryrefslogtreecommitdiff
path: root/ot/__init__.py
blob: fe557712b719ee73be292ae29be58cf41a82ebec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# utils submodules
import utils
import datasets
import plot


# Ot functions
from emd import emd
from bregman import sinkhorn



from utils import dist,dots

__all__ = ["emd"]