import torch from . import _deformable_detr_5oxft6tr6jbvu ops = torch.ops._deformable_detr_5oxft6tr6jbvu def add_op_namespace_prefix(op_name: str): """ Prefix op by namespace. """ return f"_deformable_detr_5oxft6tr6jbvu::{op_name}"