1 #pragma once 2 3 namespace torch::cuda::python { 4 5 void initCommMethods(PyObject* module); 6 7 } // namespace torch::cuda::python 8