icecuber commited on
Commit
bf151d6
·
verified ·
1 Parent(s): 29cd445

Upload build/torch27-cxx11-cu126-x86_64-linux/kernel_test/_ops.py with huggingface_hub

Browse files
build/torch27-cxx11-cu126-x86_64-linux/kernel_test/_ops.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import torch
2
+ ops = torch.ops._first_20250617124232
3
+
4
+ def add_op_namespace_prefix(op_name: str):
5
+ """
6
+ Prefix op by namespace.
7
+ """
8
+ return f"_first_20250617124232::{op_name}"