dpnp.dpnp_array.dpnp_array.asnumpy

method

dpnp_array.asnumpy()[source]

Copy content of the array into numpy.ndarray instance of the same shape and data type.

Returns:

An instance of numpy.ndarray populated with the array content.

Return type:

numpy.ndarray