示例#1
0
 def hstack(self, arrays):
     from pyopencl.array import hstack
     return hstack(arrays, self.queue)
示例#2
0
 def hstack(self, arrays):
     from pyopencl.array import hstack
     return hstack(arrays, self.queue)