Exemplo n.º 1
0
 def hstack(self, arrays):
     from pyopencl.array import hstack
     return hstack(arrays, self.queue)
Exemplo n.º 2
0
 def hstack(self, arrays):
     from pyopencl.array import hstack
     return hstack(arrays, self.queue)