module

assignment

module torchmatch.assignment

Integer linear assignment problem (LAP) solvers.

Public surface: - :func:`solve` -- the dispatcher; resolves AUTO at call time so the picked op traces cleanly under ``torch.compile``. - :class:`Backend` -- backend choices accepted by :func:`solve`. - :mod:`ops` -- direct access to ``torch.ops.assignment.*`` op handles for callers that want to pin a backend.

Members

module

  • opsDirect access to ``torch.ops.assignment.*`` ops.

function

Source: torchmatch/assignment/__init__.py:1