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