Torch 2.6 build
Browse files- build/torch24-cxx98-cu121-x86_64-linux/activation/_ops.py +0 -9
- build/torch24-cxx98-cu124-x86_64-linux/activation/_ops.py +0 -9
- build/torch25-cxx11-cu118-x86_64-linux/activation/_activation_d4262cegzsca2.abi3.so +0 -3
- build/{torch24-cxx11-cu118-x86_64-linux/activation/_activation_euh3evf5anaom.abi3.so β torch25-cxx11-cu118-x86_64-linux/activation/_activation_o63kkyjirmkf4.abi3.so} +1 -1
- build/torch25-cxx11-cu118-x86_64-linux/activation/_ops.py +3 -3
- build/torch25-cxx11-cu121-x86_64-linux/activation/{_activation_d6kukwexytkze.abi3.so β _activation_vrl36m2ejer54.abi3.so} +1 -1
- build/torch25-cxx11-cu121-x86_64-linux/activation/_ops.py +3 -3
- build/torch25-cxx11-cu124-x86_64-linux/activation/{_activation_xt66vpmh7n4b4.abi3.so β _activation_va3moa75vw7c2.abi3.so} +1 -1
- build/torch25-cxx11-cu124-x86_64-linux/activation/_ops.py +3 -3
- build/torch25-cxx98-cu118-x86_64-linux/activation/{_activation_vg5zppntbgghi.abi3.so β _activation_qr3gs3eckeig4.abi3.so} +1 -1
- build/torch25-cxx98-cu118-x86_64-linux/activation/_ops.py +3 -3
- build/{torch24-cxx98-cu121-x86_64-linux/activation/_activation_bgxio2gdcc6dy.abi3.so β torch25-cxx98-cu121-x86_64-linux/activation/_activation_p7gbzt25w3zg2.abi3.so} +1 -1
- build/torch25-cxx98-cu121-x86_64-linux/activation/_activation_yrba5rnyr44ta.abi3.so +0 -3
- build/torch25-cxx98-cu121-x86_64-linux/activation/_ops.py +3 -3
- build/torch25-cxx98-cu124-x86_64-linux/activation/_activation_f2mfkogm2nu2y.abi3.so +0 -3
- build/{torch24-cxx98-cu124-x86_64-linux/activation/_activation_3wpmycuimkkf4.abi3.so β torch25-cxx98-cu124-x86_64-linux/activation/_activation_jg7yaigtn7wco.abi3.so} +1 -1
- build/torch25-cxx98-cu124-x86_64-linux/activation/_ops.py +3 -3
- build/{torch24-cxx11-cu118-x86_64-linux β torch26-cxx11-cu118-x86_64-linux}/activation/__init__.py +0 -0
- build/{torch24-cxx11-cu124-x86_64-linux/activation/_activation_nzb6myuatov4i.abi3.so β torch26-cxx11-cu118-x86_64-linux/activation/_activation_ncisyrun7guwk.abi3.so} +2 -2
- build/{torch24-cxx11-cu124-x86_64-linux β torch26-cxx11-cu118-x86_64-linux}/activation/_ops.py +3 -3
- build/{torch24-cxx11-cu121-x86_64-linux β torch26-cxx11-cu124-x86_64-linux}/activation/__init__.py +0 -0
- build/{torch24-cxx11-cu121-x86_64-linux/activation/_activation_nstu6tbtkggzs.abi3.so β torch26-cxx11-cu124-x86_64-linux/activation/_activation_ochhfvlnc3vyc.abi3.so} +2 -2
- build/{torch24-cxx11-cu118-x86_64-linux β torch26-cxx11-cu124-x86_64-linux}/activation/_ops.py +3 -3
- build/{torch24-cxx11-cu124-x86_64-linux β torch26-cxx11-cu126-x86_64-linux}/activation/__init__.py +0 -0
- build/{torch24-cxx98-cu118-x86_64-linux/activation/_activation_4u4m6oc5x7wxq.abi3.so β torch26-cxx11-cu126-x86_64-linux/activation/_activation_u6vnqubnicksq.abi3.so} +2 -2
- build/{torch24-cxx98-cu118-x86_64-linux β torch26-cxx11-cu126-x86_64-linux}/activation/_ops.py +3 -3
- build/{torch24-cxx98-cu118-x86_64-linux β torch26-cxx98-cu118-x86_64-linux}/activation/__init__.py +0 -0
- build/torch26-cxx98-cu118-x86_64-linux/activation/_activation_2vn6ty3gfqfb6.abi3.so +3 -0
- build/{torch24-cxx11-cu121-x86_64-linux β torch26-cxx98-cu118-x86_64-linux}/activation/_ops.py +3 -3
- build/{torch24-cxx98-cu121-x86_64-linux β torch26-cxx98-cu124-x86_64-linux}/activation/__init__.py +0 -0
- build/torch26-cxx98-cu124-x86_64-linux/activation/_activation_myvteedxdpqc6.abi3.so +3 -0
- build/torch26-cxx98-cu124-x86_64-linux/activation/_ops.py +9 -0
- build/{torch24-cxx98-cu124-x86_64-linux β torch26-cxx98-cu126-x86_64-linux}/activation/__init__.py +0 -0
- build/torch26-cxx98-cu126-x86_64-linux/activation/_activation_rbswus6emrhm2.abi3.so +3 -0
- build/torch26-cxx98-cu126-x86_64-linux/activation/_ops.py +9 -0
build/torch24-cxx98-cu121-x86_64-linux/activation/_ops.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import torch
|
2 |
-
from . import _activation_bgxio2gdcc6dy
|
3 |
-
ops = torch.ops._activation_bgxio2gdcc6dy
|
4 |
-
|
5 |
-
def add_op_namespace_prefix(op_name: str):
|
6 |
-
"""
|
7 |
-
Prefix op by namespace.
|
8 |
-
"""
|
9 |
-
return f"_activation_bgxio2gdcc6dy::{op_name}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch24-cxx98-cu124-x86_64-linux/activation/_ops.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import torch
|
2 |
-
from . import _activation_3wpmycuimkkf4
|
3 |
-
ops = torch.ops._activation_3wpmycuimkkf4
|
4 |
-
|
5 |
-
def add_op_namespace_prefix(op_name: str):
|
6 |
-
"""
|
7 |
-
Prefix op by namespace.
|
8 |
-
"""
|
9 |
-
return f"_activation_3wpmycuimkkf4::{op_name}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx11-cu118-x86_64-linux/activation/_activation_d4262cegzsca2.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ac8d7a341bb6a04c69c48cf6f722af7b3893ef63b90a36b206f27a7b25049557
|
3 |
-
size 2370160
|
|
|
|
|
|
|
|
build/{torch24-cxx11-cu118-x86_64-linux/activation/_activation_euh3evf5anaom.abi3.so β torch25-cxx11-cu118-x86_64-linux/activation/_activation_o63kkyjirmkf4.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2370160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d50cdabfbed1df74e921ac34ff00bca0555977b14ef8082ddae7b1f30985a494
|
3 |
size 2370160
|
build/torch25-cxx11-cu118-x86_64-linux/activation/_ops.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_o63kkyjirmkf4
|
3 |
+
ops = torch.ops._activation_o63kkyjirmkf4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_o63kkyjirmkf4::{op_name}"
|
build/torch25-cxx11-cu121-x86_64-linux/activation/{_activation_d6kukwexytkze.abi3.so β _activation_vrl36m2ejer54.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2393264
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bd0709ef09c8f0c18d1dc4a36c8096c59459bece61f5f5dbea95d1e73f54d44
|
3 |
size 2393264
|
build/torch25-cxx11-cu121-x86_64-linux/activation/_ops.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_vrl36m2ejer54
|
3 |
+
ops = torch.ops._activation_vrl36m2ejer54
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_vrl36m2ejer54::{op_name}"
|
build/torch25-cxx11-cu124-x86_64-linux/activation/{_activation_xt66vpmh7n4b4.abi3.so β _activation_va3moa75vw7c2.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2427936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8353447f64e7d2df1a6a341d9c53bced53abef267f079923ae774170d0d57c53
|
3 |
size 2427936
|
build/torch25-cxx11-cu124-x86_64-linux/activation/_ops.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_va3moa75vw7c2
|
3 |
+
ops = torch.ops._activation_va3moa75vw7c2
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_va3moa75vw7c2::{op_name}"
|
build/torch25-cxx98-cu118-x86_64-linux/activation/{_activation_vg5zppntbgghi.abi3.so β _activation_qr3gs3eckeig4.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2362600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df184a6315118d787a1bd6b435cb45f1ca7828445a1f1c0e55c57645cfbba43a
|
3 |
size 2362600
|
build/torch25-cxx98-cu118-x86_64-linux/activation/_ops.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_qr3gs3eckeig4
|
3 |
+
ops = torch.ops._activation_qr3gs3eckeig4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_qr3gs3eckeig4::{op_name}"
|
build/{torch24-cxx98-cu121-x86_64-linux/activation/_activation_bgxio2gdcc6dy.abi3.so β torch25-cxx98-cu121-x86_64-linux/activation/_activation_p7gbzt25w3zg2.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2385440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccb13cfc2e45cf483e8b9f77f1760f28b48bcf185508d51b32d45bc759c4e8bb
|
3 |
size 2385440
|
build/torch25-cxx98-cu121-x86_64-linux/activation/_activation_yrba5rnyr44ta.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3dcbd8cad3ea9cd89f6beaff203baf2d507b29a288684a6b6ea13d2203441c47
|
3 |
-
size 2385440
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/activation/_ops.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_p7gbzt25w3zg2
|
3 |
+
ops = torch.ops._activation_p7gbzt25w3zg2
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_p7gbzt25w3zg2::{op_name}"
|
build/torch25-cxx98-cu124-x86_64-linux/activation/_activation_f2mfkogm2nu2y.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:42e8cb26ff0ae06da6a44c17fc836a1cb084edca21f590b4d0ec64338d4af6c7
|
3 |
-
size 2420192
|
|
|
|
|
|
|
|
build/{torch24-cxx98-cu124-x86_64-linux/activation/_activation_3wpmycuimkkf4.abi3.so β torch25-cxx98-cu124-x86_64-linux/activation/_activation_jg7yaigtn7wco.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2420192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f8048853e8cb06e8574a9a9497800d2be438f7989d79f44dcf2e0ced38a75a9
|
3 |
size 2420192
|
build/torch25-cxx98-cu124-x86_64-linux/activation/_ops.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_jg7yaigtn7wco
|
3 |
+
ops = torch.ops._activation_jg7yaigtn7wco
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_jg7yaigtn7wco::{op_name}"
|
build/{torch24-cxx11-cu118-x86_64-linux β torch26-cxx11-cu118-x86_64-linux}/activation/__init__.py
RENAMED
File without changes
|
build/{torch24-cxx11-cu124-x86_64-linux/activation/_activation_nzb6myuatov4i.abi3.so β torch26-cxx11-cu118-x86_64-linux/activation/_activation_ncisyrun7guwk.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cde5439e78ba0e1aaa1937d798b214b46d38cbab8e4384b93a22239fed1a4dd4
|
3 |
+
size 2370264
|
build/{torch24-cxx11-cu124-x86_64-linux β torch26-cxx11-cu118-x86_64-linux}/activation/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_ncisyrun7guwk
|
3 |
+
ops = torch.ops._activation_ncisyrun7guwk
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_ncisyrun7guwk::{op_name}"
|
build/{torch24-cxx11-cu121-x86_64-linux β torch26-cxx11-cu124-x86_64-linux}/activation/__init__.py
RENAMED
File without changes
|
build/{torch24-cxx11-cu121-x86_64-linux/activation/_activation_nstu6tbtkggzs.abi3.so β torch26-cxx11-cu124-x86_64-linux/activation/_activation_ochhfvlnc3vyc.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6bd20d411c51fc8729b15cab6a60c5c9185222474aa035489e1bff299d76682
|
3 |
+
size 2428040
|
build/{torch24-cxx11-cu118-x86_64-linux β torch26-cxx11-cu124-x86_64-linux}/activation/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_ochhfvlnc3vyc
|
3 |
+
ops = torch.ops._activation_ochhfvlnc3vyc
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_ochhfvlnc3vyc::{op_name}"
|
build/{torch24-cxx11-cu124-x86_64-linux β torch26-cxx11-cu126-x86_64-linux}/activation/__init__.py
RENAMED
File without changes
|
build/{torch24-cxx98-cu118-x86_64-linux/activation/_activation_4u4m6oc5x7wxq.abi3.so β torch26-cxx11-cu126-x86_64-linux/activation/_activation_u6vnqubnicksq.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41c18b20c2bf8c49d2d3088a9bc1aad4293df0b57eafc9b141a9e8e595fe551a
|
3 |
+
size 2436672
|
build/{torch24-cxx98-cu118-x86_64-linux β torch26-cxx11-cu126-x86_64-linux}/activation/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_u6vnqubnicksq
|
3 |
+
ops = torch.ops._activation_u6vnqubnicksq
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_u6vnqubnicksq::{op_name}"
|
build/{torch24-cxx98-cu118-x86_64-linux β torch26-cxx98-cu118-x86_64-linux}/activation/__init__.py
RENAMED
File without changes
|
build/torch26-cxx98-cu118-x86_64-linux/activation/_activation_2vn6ty3gfqfb6.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfbcd5da358cd5cb7982d19c8880cf4db6f08b46622a7a953f755ad59e4e1492
|
3 |
+
size 2362752
|
build/{torch24-cxx11-cu121-x86_64-linux β torch26-cxx98-cu118-x86_64-linux}/activation/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _activation_2vn6ty3gfqfb6
|
3 |
+
ops = torch.ops._activation_2vn6ty3gfqfb6
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_activation_2vn6ty3gfqfb6::{op_name}"
|
build/{torch24-cxx98-cu121-x86_64-linux β torch26-cxx98-cu124-x86_64-linux}/activation/__init__.py
RENAMED
File without changes
|
build/torch26-cxx98-cu124-x86_64-linux/activation/_activation_myvteedxdpqc6.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1bc928823117c800904bcd3492bf1a0c65a32f6d8a842dc039f55e29831ab49
|
3 |
+
size 2420344
|
build/torch26-cxx98-cu124-x86_64-linux/activation/_ops.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import torch
|
2 |
+
from . import _activation_myvteedxdpqc6
|
3 |
+
ops = torch.ops._activation_myvteedxdpqc6
|
4 |
+
|
5 |
+
def add_op_namespace_prefix(op_name: str):
|
6 |
+
"""
|
7 |
+
Prefix op by namespace.
|
8 |
+
"""
|
9 |
+
return f"_activation_myvteedxdpqc6::{op_name}"
|
build/{torch24-cxx98-cu124-x86_64-linux β torch26-cxx98-cu126-x86_64-linux}/activation/__init__.py
RENAMED
File without changes
|
build/torch26-cxx98-cu126-x86_64-linux/activation/_activation_rbswus6emrhm2.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:474727e434a9cd4ec984a6da7124992ead4ca0fefce9581d0fd503e36c065aed
|
3 |
+
size 2424888
|
build/torch26-cxx98-cu126-x86_64-linux/activation/_ops.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import torch
|
2 |
+
from . import _activation_rbswus6emrhm2
|
3 |
+
ops = torch.ops._activation_rbswus6emrhm2
|
4 |
+
|
5 |
+
def add_op_namespace_prefix(op_name: str):
|
6 |
+
"""
|
7 |
+
Prefix op by namespace.
|
8 |
+
"""
|
9 |
+
return f"_activation_rbswus6emrhm2::{op_name}"
|