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.
1 parent c4d89cd commit b31ec5aCopy full SHA for b31ec5a
arrayfire/array.py
@@ -19,7 +19,6 @@
19
from .base import *
20
from .index import *
21
from .index import _Index4
22
-from .algorithm import sum
23
24
def _create_array(buf, numdims, idims, dtype):
25
out_arr = ct.c_void_p(0)
@@ -1059,3 +1058,5 @@ def display(a):
1059
1058
safe_call(backend.get().af_print_array(a.arr))
1060
except:
1061
+
1062
+from .algorithm import sum
0 commit comments