File size: 248 Bytes
a5a9028
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import torch
from . import _deformable_detr_a92c8ea_dirty
ops = torch.ops._deformable_detr_a92c8ea_dirty

def add_op_namespace_prefix(op_name: str):
    """
    Prefix op by namespace.
    """
    return f"_deformable_detr_a92c8ea_dirty::{op_name}"