File size: 248 Bytes
7b77420
77d95c1
 
7b77420
 
 
 
 
77d95c1
1
2
3
4
5
6
7
8
9
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}"