Lines Matching full:shape
141 'shape': (length_pointer[0]),
188 'shape': (length_pointer[0]),
234 'shape': (length_pointer[0]),
266 def array(self, *shape, memtype=MEM_HOST): argument
270 shape (tuple): shape of returned numpy.array
285 if shape:
286 x = x.reshape(shape)
291 def array_read(self, *shape, memtype=MEM_HOST): argument
295 shape (tuple): shape of returned numpy.array
310 if shape:
311 x = x.reshape(shape)
316 def array_write(self, *shape, memtype=MEM_HOST): argument
321 shape (tuple): shape of returned numpy.array
336 if shape:
337 x = x.reshape(shape)