mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes docs (#51439)
Summary: pytorch_python_doc_build is failing with: ``` Jan 31 04:30:45 /var/lib/jenkins/workspace/docs/source/notes/broadcasting.rst:6: WARNING: 'any' reference target not found: numpy.doc.broadcasting ``` this removes the incorrect reference and adds an updated link. Pull Request resolved: https://github.com/pytorch/pytorch/pull/51439 Reviewed By: ngimel Differential Revision: D26170232 Pulled By: mruberry fbshipit-source-id: 829999db52e1e860d36d626d0d9f26e31283d14b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d1dcd5f287
commit
40c0fffb4b
@ -3,7 +3,8 @@
|
||||
Broadcasting semantics
|
||||
======================
|
||||
|
||||
Many PyTorch operations support :any:`NumPy Broadcasting Semantics <numpy.doc.broadcasting>`.
|
||||
Many PyTorch operations support NumPy's broadcasting semantics.
|
||||
See https://numpy.org/doc/stable/user/basics.broadcasting.html for details.
|
||||
|
||||
In short, if a PyTorch operation supports broadcast, then its Tensor arguments can be
|
||||
automatically expanded to be of equal sizes (without making copies of the data).
|
||||
|
Reference in New Issue
Block a user