File size: 254 Bytes
a80ce84 |
1 2 3 4 5 6 7 8 9 |
import torch
from . import _quantization_eetq_7m7hz3sbwkaio
ops = torch.ops._quantization_eetq_7m7hz3sbwkaio
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_quantization_eetq_7m7hz3sbwkaio::{op_name}" |