dpnp.asnumpy

dpnp.asnumpy(input, order='C')[source]

Returns the NumPy array with input data.

Notes

This function works exactly the same as numpy.asarray.