7b77420
77d95c1
7b77420
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}" |