danieldk's picture
danieldk HF Staff
Build (x86_64-linux)
0c3eb4e
raw
history blame contribute delete
233 Bytes
import torch
from . import _activation_be5bedb_dirty
ops = torch.ops._activation_be5bedb_dirty
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_activation_be5bedb_dirty::{op_name}"