dpnp.tensor.asnumpy¶
- dpnp.tensor.asnumpy(usm_ary)[source]¶
Copies content of
dpnp.tensor.usm_ndarrayinstanceusm_aryintonumpy.ndarrayinstance of the same shape and same data type.- Parameters:
usm_ary (usm_ndarray) -- Input array
- Returns:
out -- An instance of
numpy.ndarraypopulated with content ofusm_ary- Return type: