summaryrefslogtreecommitdiff
path: root/ot/__init__.py
blob: beeae7f04c31a50ddb51bc90ab6a1b4e8eb6a4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from emd import emd
from bregman import sinkhorn

import utils
import datasets

from utils import dist,dots

__all__ = ["emd"]