Port adaptive_max_pool3d() to ATen (#19547)
authorStefan Krah <skrah@bytereef.org>
Tue, 23 Apr 2019 19:43:14 +0000 (12:43 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 23 Apr 2019 19:51:25 +0000 (12:51 -0700)
commitfc8834df4b9c129fb40ea26641ac8aaeeb702428
tree1e22db6008450da91e9afd8b431fcd4d2a1352c7
parent0922a64d22419dffc12af46c60e5c8b8f38728de
Port adaptive_max_pool3d() to ATen (#19547)

Summary:
This is the second part of #18064.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19547

Differential Revision: D15046630

Pulled By: ezyang

fbshipit-source-id: 03f80602b94d47bca66bfd0dcab1b7bb99e5b7f1
13 files changed:
aten/src/ATen/native/AdaptiveMaxPooling3d.cpp [new file with mode: 0644]
aten/src/ATen/native/LegacyNNDefinitions.cpp
aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu [new file with mode: 0644]
aten/src/ATen/native/native_functions.yaml
aten/src/ATen/nn.yaml
aten/src/THCUNN/CMakeLists.txt
aten/src/THCUNN/VolumetricAdaptiveMaxPooling.cu [deleted file]
aten/src/THCUNN/generic/THCUNN.h
aten/src/THCUNN/generic/VolumetricAdaptiveMaxPooling.cu [deleted file]
aten/src/THNN/generic/THNN.h
aten/src/THNN/generic/VolumetricAdaptiveMaxPooling.c [deleted file]
aten/src/THNN/init.cpp
torch/nn/_functions/thnn/auto.py