"docs/Python-API.md" did not exist on "ced64badab9bd661af07834aa82e6c8c20eeefbd"
array_api_array.rst 643 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <https://data-apis.org/array-api/latest/API_specification/array_object.html>`_
for detail.

This object should not be constructed directly. Rather, use one of the
`creation functions <https://data-apis.org/array-api/latest/API_specification/creation_functions.html>`_,
such as :func:`cupy.array_api.asarray`.

.. currentmodule:: cupy.array_api._array_object

.. autosummary::
   :toctree: generated/

   Array