clarify the documentation of `torch.meshgrid` (#62977)
authorMichael Dagitses <mikeyd@fb.com>
Wed, 18 Aug 2021 10:59:51 +0000 (03:59 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 18 Aug 2021 11:01:22 +0000 (04:01 -0700)
commit0f2f6a79cbc74ef2776c3555eb05b70aa80212bf
tree64c1cee16e1b56d8fa56d5820953694f8819f22a
parentf8a84a80cdd15aaea12147d7cb35d199aa302dc5
clarify the documentation of `torch.meshgrid` (#62977)

Summary:
Also warn about the behavior differences from `numpy.meshgrid`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/62977

Reviewed By: mruberry, ngimel

Differential Revision: D30220930

Pulled By: dagitses

fbshipit-source-id: ae6587b41792721cae2135376c58121b4634e296
docs/source/_static/img/meshgrid.png [new file with mode: 0644]
torch/functional.py