transport
module torchmatch.transportContinuous optimal-transport (OT) solvers.
Two sub-packages:
- :mod:`torchmatch.transport.matrix`: cost-matrix in, plan / divergence
out. The primary dispatcher; mirrors :mod:`torchmatch.assignment`.
- :mod:`torchmatch.transport.samples`: point-clouds in, scalar loss
out. Backed by Triton kernels (CUDA-only).
See ``docs/superpowers/specs/2026-05-21-transport-ops-design.md``.
Members
Source: torchmatch/transport/__init__.py:1