From 4a716250ccb17469ee88959e92dbbcc50a7c48b2 Mon Sep 17 00:00:00 2001 From: "Gao, Xiang" Date: Sun, 23 Dec 2018 14:28:31 -0800 Subject: [PATCH] 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 --- docs/source/torch.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/torch.rst b/docs/source/torch.rst index 7447d37..eb34f1a 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 -- 2.7.4