summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 702269c..13abcda 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -9,7 +9,6 @@ from . import utils
from . import datasets
from . import plot
from . import da
-from . import gpu
# OT functions
from .lp import emd, emd2
@@ -23,5 +22,4 @@ __version__ = "0.2"
__all__ = ["emd", "emd2", "sinkhorn", "utils", 'datasets', 'bregman', 'lp',
'plot', 'tic', 'toc', 'toq',
- 'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim',
- 'gpu']
+ 'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']