Fix missing doc out= for torch.cumprod (#19340)
authorBharat123rox <bharatraghunthan9767@gmail.com>
Fri, 19 Apr 2019 14:56:58 +0000 (07:56 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Apr 2019 14:59:57 +0000 (07:59 -0700)
commita97330b7c50b9e9e1f31de1aa6194945a2bc3ca4
treef4e4fb815fc5a8697eb47ce15608ca316059cba4
parent0676ba0c5cdc51d882337a46dcac3d60c885d4c4
Fix missing doc out= for torch.cumprod (#19340)

Summary:
Fix #19255 by adding the `out=None` argument for `torch.cumprod` missing [here](https://pytorch.org/docs/master/torch.html#torch.cumprod) also added the docstring for `out` in torch.cumsum which was missing [here](https://pytorch.org/docs/master/torch.html#torch.cumsum)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19340

Differential Revision: D14973931

Pulled By: ezyang

fbshipit-source-id: 232f5c9a606b749d67d068afad151539866fedda
torch/_torch_docs.py