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