#pragma once #include namespace torch { namespace mps { PyMethodDef* python_functions(); } // namespace mps } // namespace torch