Don't python bind _thnn_ functions. (#14101)
authorGregory Chanan <gchanan@fb.com>
Sat, 17 Nov 2018 00:47:00 +0000 (16:47 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 17 Nov 2018 01:18:08 +0000 (17:18 -0800)
commitce6192a21f5307572bd7ee9aae49f566fc9b592c
tree6dec30f4455b669bb297ec135141c1ce3dc89bcd
parent55e1b1ec3ea629f620c78e8c3c4357cf499604ca
Don't python bind _thnn_ functions. (#14101)

Summary:
This is needed for moving nn functions to native functions, but since some functions are already named
this way, I'm going to stop binding pre-emptively so we can check if there are any current dependencies.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14101

Differential Revision: D13102219

Pulled By: gchanan

fbshipit-source-id: 6bbcca33a03ab1bf648f1b73cadfe84339fa3050
tools/autograd/gen_python_functions.py