pytorch/test/cpp_api_parity
Thomas J. Fan c16f87949f ENH Adds nn.ReflectionPad3d (#59791)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/27655

This PR adds a C++ and Python version of ReflectionPad3d with structured kernels. The implementation uses lambdas extensively to better share code from the backward and forward pass.

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

Reviewed By: gchanan

Differential Revision: D29242015

Pulled By: jbschlosser

fbshipit-source-id: 18e692d3b49b74082be09f373fc95fb7891e1b56
2021-06-21 10:53:14 -07:00
..
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
functional_impl_check.py Remove tmp folder when run unit test (#57800) 2021-05-09 20:07:14 -07:00
module_impl_check.py Remove tmp folder when run unit test (#57800) 2021-05-09 20:07:14 -07:00
parity_table_parser.py Refactor C++ API parity test mechanism and turn it on in CI again (#35190) 2020-04-03 11:20:36 -07:00
parity-tracker.md ENH Adds nn.ReflectionPad3d (#59791) 2021-06-21 10:53:14 -07:00
sample_functional.py Refactor C++ API parity test mechanism and turn it on in CI again (#35190) 2020-04-03 11:20:36 -07:00
sample_module.py Refactor C++ API parity test mechanism and turn it on in CI again (#35190) 2020-04-03 11:20:36 -07:00
utils.py Rename NewCriterionTest to CriterionTest. (#44056) 2020-09-03 10:29:20 -07:00