numba_dpex.core.types.dpnp_ndarray_type

Overview

Classes

DpnpNdArray

The Numba type to represent an dpnp.ndarray. The type has the same

Function

partialclass(cls, *args, **kwds)

Creates fabric class of the original class with preset initialization

Classes

class DpnpNdArray(ndim, layout='C', dtype=None, usm_type='device', device=None, queue=None, readonly=False, name=None, aligned=True, addrspace=address_space.GLOBAL.value)

Bases: numba_dpex.core.types.usm_ndarray_type.USMNdArray

The Numba type to represent an dpnp.ndarray. The type has the same structure as USMNdArray used to represent dpctl.tensor.usm_ndarray.

Functions

partialclass(cls, *args, **kwds)

Creates fabric class of the original class with preset initialization arguments.