#pragma once #include namespace torch::multiprocessing { const PyMethodDef* python_functions(); } // namespace torch::multiprocessing