Array API Compliant Object#
Array
is a wrapper class built upon 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 cupy.array_api.asarray()
.
|
n-d array object for the array API namespace. |