File size: 181 Bytes
912372b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import torch
ops = torch.ops._state_test_4c33d4b

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