import torch | |
from . import _activation_p7gbzt25w3zg2 | |
ops = torch.ops._activation_p7gbzt25w3zg2 | |
def add_op_namespace_prefix(op_name: str): | |
""" | |
Prefix op by namespace. | |
""" | |
return f"_activation_p7gbzt25w3zg2::{op_name}" |
import torch | |
from . import _activation_p7gbzt25w3zg2 | |
ops = torch.ops._activation_p7gbzt25w3zg2 | |
def add_op_namespace_prefix(op_name: str): | |
""" | |
Prefix op by namespace. | |
""" | |
return f"_activation_p7gbzt25w3zg2::{op_name}" |