Port replication_pad1d to ATen (#15507)
authorLin Huang <lhuang04@fb.com>
Mon, 24 Dec 2018 14:29:34 +0000 (06:29 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 24 Dec 2018 14:34:02 +0000 (06:34 -0800)
commitb7bc49ad703faf3ea92aaef804351126e63158da
tree04ee74f9106815e404f1ad8f434bf61b8890c37b
parentad6799537e96bce69f34d57d53bef33e4cca8325
Port replication_pad1d to ATen (#15507)

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

Pull Request resolved: https://github.com/pytorch/pytorch/pull/15485

port replication_pad1d

Reviewed By: ezyang

Differential Revision: D13531920

fbshipit-source-id: dcd64ebd2c24b7431996231b8d5addfb600b1072
13 files changed:
aten/src/ATen/native/LegacyNNDefinitions.cpp
aten/src/ATen/native/ReplicationPadding.cpp [new file with mode: 0644]
aten/src/ATen/native/cuda/ReplicationPadding.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/TemporalReplicationPadding.cu [deleted file]
aten/src/THCUNN/generic/THCUNN.h
aten/src/THCUNN/generic/TemporalReplicationPadding.cu [deleted file]
aten/src/THNN/generic/THNN.h
aten/src/THNN/generic/TemporalReplicationPadding.c [deleted file]
aten/src/THNN/init.cpp
torch/nn/_functions/thnn/auto.py