-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Link to torch.einsum in torch.tensordot #50802
Copy link
Copy link
Open
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
📚 Documentation
Currently the documentation of
torch.tensordotis quite comprehensible.However, I came across several instances recently (e.g., a, b, c) where users tried to "push"
tensordotbeyond its capabilities while being completely unaware of the functionality provided bytorch.einsum.Is it possible to add "see also" part at the bottom of
tensordotdocumentation linking toeinsum?For example, in
numpy.tensordotdocumentation there is a "see also" part that links toeinsum:Can we have similar section in pytorch as well, please?
cc @jlin27 @mruberry