drbh
feat: add build
e612007
raw
history blame
215 Bytes
import torch
from . import _adam_atan2_40f2269
ops = torch.ops._adam_atan2_40f2269
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_adam_atan2_40f2269::{op_name}"