Array API Compliant Object ========================== :class:`~cupy.array_api._array_object.Array` is a wrapper class built upon :class:`cupy.ndarray` to enforce strict compliance with the array API standard. See the `documentation `_ for detail. This object should not be constructed directly. Rather, use one of the `creation functions `_, such as :func:`cupy.array_api.asarray`. .. currentmodule:: cupy.array_api._array_object .. autosummary:: :toctree: generated/ Array