Port nn fold and unfold to c++
authorRoy Li <royboy@fb.com>
Mon, 17 Dec 2018 23:44:23 +0000 (15:44 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 17 Dec 2018 23:46:37 +0000 (15:46 -0800)
commite0b261a35b1483e15c7b81a476851abfdb69602a
tree3a6bd2b06252a6c7837ed3d85055727af61b5280
parentc66adfc16b8c3e486c2fbcc18de2f0cffd73b208
Port nn fold and unfold to c++

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14597

Reviewed By: ezyang

Differential Revision: D13272227

fbshipit-source-id: 6eccab5ff5830a977398a96393b778095120edc6
aten/src/ATen/native/LegacyNNDefinitions.cpp
aten/src/ATen/native/native_functions.yaml
aten/src/ATen/nn.yaml
aten/src/ATen/nn_parse.py
aten/src/THNN/generic/Col2Im.c
aten/src/THNN/generic/Im2Col.c
aten/src/THNN/generic/THNN.h
tools/autograd/derivatives.yaml
torch/nn/_functions/thnn/__init__.py
torch/nn/_functions/thnn/fold.py [deleted file]
torch/nn/functional.py