dpnp.tensor.to_numpy¶
- dpnp.tensor.to_numpy(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: