1 #pragma once 2 3 namespace torch::autograd { 4 5 PyMethodDef* get_nested_functions_manual(); 6 7 void initNestedFunctions(PyObject* module); 8 9 } // namespace torch::autograd 10