1 #pragma once 2 3 #include <torch/csrc/python_headers.h> 4 5 namespace torch::mps { 6 7 PyMethodDef* python_functions(); 8 9 } // namespace torch::mps 10