dpnp.ndarray.asnumpy
method
- ndarray.asnumpy()
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:
method
Copy content of the array into numpy.ndarray
instance of the same shape and data type.
An instance of numpy.ndarray
populated with the array content.