dpnp.dpnp_array.dpnp_array
- class dpnp.dpnp_array.dpnp_array(shape, dtype=None, buffer=None, offset=0, strides=None, order='C', device=None, usm_type='device', sycl_queue=None)[source]
An array object represents a multidimensional tensor of numeric elements stored in a USM allocation on a SYCL device.
This is a wrapper around
dpctl.tensor.usm_ndarray
that provides methods to be compliant with original NumPy.