Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 808 Bytes

File metadata and controls

26 lines (19 loc) · 808 Bytes

Array API standard compatibility

DPNP's main namespace as well as the :mod:`dpnp.fft` and :mod:`dpnp.linalg` namespaces are compatible with the 2024.12 version of the Python array API standard.

Inspection

DPNP implements the array API inspection utilities. These functions can be accessed via the __array_namespace_info__() function, which returns a namespace containing the inspection utilities.

.. autosummary::
   :toctree: generated/
   :nosignatures:

   dpnp.__array_namespace_info__