dpnp.reshape

dpnp.reshape(x1, newshape, order='C')[source]

Gives a new shape to an array without changing its data.

For full documentation refer to numpy.reshape.

Limitations

Only ā€˜C’ order is supported.