Correct conv and pooling docstrings in nn module (#17052)
authorZhuBaohe <ehoabuhz@gmail.com>
Fri, 15 Feb 2019 14:44:01 +0000 (06:44 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 15 Feb 2019 14:58:02 +0000 (06:58 -0800)
commitacf5ec07af5c17d52bcf020df2f8055f798219b3
tree6e876b7f4c2833012e595a72320620ceca2c45e3
parent6c67dcfb059e997a35b337cebfe7fc248ba957b6
Correct conv and pooling docstrings in nn module (#17052)

Summary:
This PR fix conv and pooling docstrings in nn module
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17052

Differential Revision: D14068566

Pulled By: ezyang

fbshipit-source-id: 3ec1de232ff6334b6a544dadefbb0ee6193d443a
torch/nn/functional.py
torch/nn/modules/container.py
torch/nn/modules/conv.py
torch/nn/modules/fold.py
torch/nn/modules/module.py
torch/nn/modules/pooling.py
torch/sparse/__init__.py