# -*- coding: utf-8 -*- from . import bregman from . import da from .bregman import sinkhorn from . import utils from .utils import dist, to_gpu, to_np # Author: Remi Flamary # Leo Gautheron # # License: MIT License __all__ = ["utils", "dist", "sinkhorn"]