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