dpnp.ndarray.asnumpy
method
- ndarray.asnumpy()
Copy content of the array into
numpy.ndarray
instance of the same shape and data type.- Returns:
out -- An instance of
numpy.ndarray
populated with the array content.- Return type:
method
Copy content of the array into numpy.ndarray
instance of
the same shape and data type.
out -- An instance of numpy.ndarray
populated with the array
content.