summaryrefslogtreecommitdiff
path: root/ot/gpu/__init__.py
blob: 9319208037bc0b38b32d77eb0427fc3646e5e2cb (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-

from . import bregman
from . import da

__all__ = ["bregman", "da"]