4 PyObject * THPAutograd_initExtension(PyObject *_unused);
5 void THPAutograd_initFunctions();
7 namespace torch {
namespace autograd {
9 PyMethodDef* python_functions();
13 #include <torch/csrc/autograd/python_function.h> 14 #include <torch/csrc/autograd/python_variable.h> 15 #include <torch/csrc/autograd/python_engine.h>