-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Missing arg in documentation #37752
Copy link
Copy link
Closed
Labels
module: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblockstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblockstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
The documentation for the out-of-place version of index_add and other similar functions like index_copy appears to be missing the first argument; these functions accept 4 arguments, not 3.
pytorch/torch/_tensor_docs.py
Line 3550 in e26631b