diff options
author | Gao, Xiang <qasdfgtyuiop@gmail.com> | 2018-12-23 14:28:31 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-12-23 14:31:11 -0800 |
commit | 4a716250ccb17469ee88959e92dbbcc50a7c48b2 (patch) | |
tree | ec288d7b1ac7721d66e719d6169299cf936964cc /docs | |
parent | 51f1c4fea5e066e3cbb7a7251114de4381d2a926 (diff) | |
download | pytorch-4a716250ccb17469ee88959e92dbbcc50a7c48b2.tar.gz pytorch-4a716250ccb17469ee88959e92dbbcc50a7c48b2.tar.bz2 pytorch-4a716250ccb17469ee88959e92dbbcc50a7c48b2.zip |
Add torch.rot90 to torch.rst
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15512
Differential Revision: D13545775
Pulled By: soumith
fbshipit-source-id: 2a8896571745630cff4aaf3d5469ef646bdcddb4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/torch.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/torch.rst b/docs/source/torch.rst index 7447d37f80..eb34f1ac70 100644 --- a/docs/source/torch.rst +++ b/docs/source/torch.rst @@ -266,6 +266,7 @@ Other Operations .. autofunction:: einsum .. autofunction:: flatten .. autofunction:: flip +.. autofunction:: rot90 .. autofunction:: histc .. autofunction:: meshgrid .. autofunction:: renorm |