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