1 #include <Python.h> 2 3 namespace torch::functorch::impl { 4 5 void initFuncTorchBindings(PyObject* module); 6 7 } 8