We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3040 commit 4ae5971Copy full SHA for 4ae5971
1 file changed
pygpu/elemwise.py
@@ -4,7 +4,8 @@
4
from . import gpuarray
5
from ._elemwise import GpuElemwise, arg
6
7
-__all__ = ['GpuElemwise', 'elemwise1', 'elemwise2', 'ielemwise2', 'compare']
+__all__ = ['GpuElemwise', 'arg', 'as_argument',
8
+ 'elemwise1', 'elemwise2', 'ielemwise2', 'compare']
9
10
11
def _dtype(o):
0 commit comments