We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kernels
1 parent 1d634ad commit 56971d6Copy full SHA for 56971d6
src/ntops/__init__.py
@@ -1,3 +1,3 @@
1
-from ntops import torch
+from ntops import kernels, torch
2
3
-__all__ = ["torch"]
+__all__ = ["kernels", "torch"]
0 commit comments