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