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.
Gives a new shape to an array without changing its data.
For full documentation refer to numpy.reshape.
Limitations
Only āCā order is supported.