You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like ndonnx already satisfies the clarifications to the specification, including the most urgent ones motivated by the ONNX use case in the first place like raising in intrinsically eager functions like __bool__.
The text was updated successfully, but these errors were encountered:
(Ported this issue over since there are a few outstanding tasks).
The v2023.12 iteration of the Array API standard was recently released (changelog).
The following changes to ndonnx will be required:
__array_namespace_info__
clip
from additional namespace to main one.cumulative_sum
.searchsorted
from additional namespace to main one.maximum
.minimum
.signbit
.unstack
.repeat
.moveaxis
.tile
.hypot
.We are also missing
linalg
support.It looks like ndonnx already satisfies the clarifications to the specification, including the most urgent ones motivated by the ONNX use case in the first place like raising in intrinsically eager functions like
__bool__
.The text was updated successfully, but these errors were encountered: