-
Notifications
You must be signed in to change notification settings - Fork 53
List of APIs currently in (or proposed to be included in) the specification #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You're missing some that are included, e.g. Of the ones that are not included:
|
@rgommers Thanks for checking the list. Re: missing. Sorry, I'm maintaining a separate list locally and forgot to update the OP. Should be updated now. Re: Re: |
Did a bit of digging, this is on purpose (see pytorch/pytorch#7539 (comment)). EDIT: the
I think we should add them. EDIT 2: opened a PyTorch feature request at pytorch/pytorch#44779. EDIT 3: feature request accepted |
Dtype related things may still be missing. |
PR for |
On dtype related functions, from the data, implementations can be found as follows:
The API with broadest support currently is |
For broadcasting functions, NumPy just added
|
Re: However, they differ in both how to access this information and in what information is exposed. NumPy provides the most information, while both PyTorch and TensorFlow provide a more limited attribute set for floating-point dtypes. |
... is a fatal flaw with special casing 0d arrays, and there are good alternatives to immediately calling Given its broad support, we should probably just go ahead and add it. |
Identified as needed in data-apisgh-14, also came up in data-apisgh-43 and data-apisgh-91.
Everything actionable here was completed, so closing. |
The following is a list of APIs which are currently included in the specification and/or are proposed to be included in the specification. This is intended to provide a checkpoint to determine any glaring omissions.
The text was updated successfully, but these errors were encountered: