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