We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e764b6 + e8a5ad7 commit e6ea1e8Copy full SHA for e6ea1e8
1 file changed
arrayfire/data.py
@@ -128,6 +128,7 @@ def join(dim, first, second, third=None, fourth=None):
128
num+=1
129
130
safe_call(clib.af_join_many(ct.pointer(out.arr), dim, num, ct.pointer(ct.c_array_vec)))
131
+ return out
132
133
134
def tile(a, d0, d1=1, d2=1, d3=1):
0 commit comments