danieldk's picture
danieldk HF Staff
Build (AArch64)
1aa83b1
raw
history blame contribute delete
236 Bytes
import torch
from . import _quantization_eetq_6337ee0
ops = torch.ops._quantization_eetq_6337ee0
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_quantization_eetq_6337ee0::{op_name}"