drbh
Migrated from model repo kernels-test/python-dep
b32cd17 unverified
raw
history blame contribute delete
205 Bytes
import torch
ops = torch.ops._flattened_build_19700101000000
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_flattened_build_19700101000000::{op_name}"