Kernels
kernels-bot's picture
Uploaded using `kernel-builder`.
cd54235 verified
import torch
from . import _quantization_eetq_cuda_3177cdf
ops = torch.ops._quantization_eetq_cuda_3177cdf
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_quantization_eetq_cuda_3177cdf::{op_name}"