danieldk's picture
danieldk HF Staff
Build with Torch 2.7 RC1
77d95c1
import torch
from . import _deformable_detr_32802f9_dirty
ops = torch.ops._deformable_detr_32802f9_dirty
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_deformable_detr_32802f9_dirty::{op_name}"