#pragma once #include PyMethodDef* THXPModule_methods(); namespace torch::xpu { void initModule(PyObject* module); } // namespace torch::xpu