1 #ifndef THCP_GDSFILE_INC 2 #define THCP_GDSFILE_INC 3 4 #include <torch/csrc/python_headers.h> 5 6 void initGdsBindings(PyObject* module); 7 #endif // THCP_GDSFILE_INC 8
1 #ifndef THCP_GDSFILE_INC 2 #define THCP_GDSFILE_INC 3 4 #include <torch/csrc/python_headers.h> 5 6 void initGdsBindings(PyObject* module); 7 #endif // THCP_GDSFILE_INC 8