Mimic array.reshape behavior to match that of numpy
array.reshape is more flexible than np.reshape. array.reshape can also take a sequence of ints to be reshaped into along with a single-arg tuple newshape.
array.reshape is more flexible than np.reshape. array.reshape can also take a sequence of ints to be reshaped into along with a single-arg tuple newshape.