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
Where native implementations (more simple than the implementations in _funcs.py) are possible for known array library backends, we should add delegation to those implementations, instead of using the array-agnostic implementation. This is for performance reasons, and it may also allow us to overcome limitations in the "agnostic" implementations if they are not fully agnostic.
Where native implementations (more simple than the implementations in
_funcs.py
) are possible for known array library backends, we should add delegation to those implementations, instead of using the array-agnostic implementation. This is for performance reasons, and it may also allow us to overcome limitations in the "agnostic" implementations if they are not fully agnostic.See https://data-apis.org/array-api-extra/contributing.html#how-to-add-delegation-to-a-function for how to do this.
atleast_nd
cov
create_diagonal
expand_dims
kron
nunique
pad
setdiff1d
sinc
The text was updated successfully, but these errors were encountered: