File size: 215 Bytes
e612007
2c2dcc7
 
e612007
 
 
 
 
2c2dcc7
1
2
3
4
5
6
7
8
9
import torch
from . import _adam_atan2_0709eaa
ops = torch.ops._adam_atan2_0709eaa

def add_op_namespace_prefix(op_name: str):
    """
    Prefix op by namespace.
    """
    return f"_adam_atan2_0709eaa::{op_name}"