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