module

assignment.ops

module torchmatch.assignment.ops

Direct access to ``torch.ops.assignment.*`` ops.

Each attribute is the corresponding op handle, so callers that want to pin a specific backend (e.g. for benchmarking or to sidestep the dispatcher's AUTO branch) write:: from torchmatch.assignment.ops import jonker_dense result = jonker_dense(cost)

Members

Source: torchmatch/assignment/ops.py:1