Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
icecuber
/
kernel_test
like
0
Model card
Files
Files and versions
xet
Community
icecuber
commited on
Jun 17, 2025
Commit
b0851c7
·
verified
·
1 Parent(s):
4ae68a3
Delete _ops.py
Browse files
Files changed (1)
hide
show
_ops.py
+0
-8
_ops.py
DELETED
Viewed
@@ -1,8 +0,0 @@
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}"