Searched defs:numpy_reshaper (Results 1 – 1 of 1) sorted by relevance
52 numpy_reshaper = lambda arr: arr.reshape(numpy_shape, order='F') function54 numpy_reshaper = lambda arr: arr.reshape(numpy_shape, order='C') function