Build uploaded using `kernels`.
Browse files- .gitattributes +2 -0
- build/torch28-metal-aarch64-darwin/_ops.py +3 -3
- build/torch28-metal-aarch64-darwin/{_voronoi_9d28643.abi3.so → _voronoi_da60028.abi3.so} +1 -1
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
- build/torch29-metal-aarch64-darwin/{_voronoi_9d28643.abi3.so → _voronoi_da60028.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -51,3 +51,5 @@ build/torch28-metal-aarch64-darwin/_voronoi_d041333.abi3.so filter=lfs diff=lfs
|
|
| 51 |
build/torch29-metal-aarch64-darwin/_voronoi_d041333.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 52 |
build/torch28-metal-aarch64-darwin/_voronoi_9d28643.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 53 |
build/torch29-metal-aarch64-darwin/_voronoi_9d28643.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 51 |
build/torch29-metal-aarch64-darwin/_voronoi_d041333.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 52 |
build/torch28-metal-aarch64-darwin/_voronoi_9d28643.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 53 |
build/torch29-metal-aarch64-darwin/_voronoi_9d28643.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
build/torch28-metal-aarch64-darwin/_voronoi_da60028.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
build/torch29-metal-aarch64-darwin/_voronoi_da60028.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch28-metal-aarch64-darwin/_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 _voronoi_da60028
|
| 3 |
+
ops = torch.ops._voronoi_da60028
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_voronoi_da60028::{op_name}"
|
build/torch28-metal-aarch64-darwin/{_voronoi_9d28643.abi3.so → _voronoi_da60028.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 445112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2121c65430aedadc21b9c8eabe0c361d2f7c8d7e6f88210eb1eeb8f09d239572
|
| 3 |
size 445112
|
build/torch29-metal-aarch64-darwin/_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 _voronoi_da60028
|
| 3 |
+
ops = torch.ops._voronoi_da60028
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_voronoi_da60028::{op_name}"
|
build/torch29-metal-aarch64-darwin/{_voronoi_9d28643.abi3.so → _voronoi_da60028.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bc1fd7bb53c441fbf22678f285bd3b761365a8ed46202ed5a46a79d7feb909f
|
| 3 |
size 446088
|