Open
Description
需求描述 Feature Description
Hi, I am wondering whether Paddle plans to support the Array API, so that array-consuming libraries are easier to switch between different array packages (NumPy, JAX, etc). For reference, Numpy and JAX have supported the Array API.
The API standard can be found here.
替代实现 Alternatives
If the main namespace cannot support the Array API, alternatively, create a separate module to support the Array API, like what array_api_compat.torch does.