Created
May 8, 2025 07:50
-
-
Save danieldk/bf8b37e215b8edea0417dbaba2815564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
from . import _activation_psnp6q5y4k4wg | |
ops = torch.ops._activation_psnp6q5y4k4wg | |
def add_op_namespace_prefix(op_name: str): | |
""" | |
Prefix op by namespace. | |
""" | |
return f"_activation_psnp6q5y4k4wg::{op_name}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment