assignment.ops
module torchmatch.assignment.opsDirect 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
function
Source: torchmatch/assignment/ops.py:1