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