drbh
Migrated from kernels-community/quantization-eetq
aeb4e54 unverified
raw
history blame
236 Bytes
import torch
from . import _quantization_eetq_1d4b892
ops = torch.ops._quantization_eetq_1d4b892
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_quantization_eetq_1d4b892::{op_name}"