pytorch/torch/csrc/cuda/python_comm.h
2022-06-11 21:11:16 +00:00

11 lines
153 B
C++

#pragma once
namespace torch {
namespace cuda {
namespace python {
void initCommMethods(PyObject* module);
}
} // namespace cuda
} // namespace torch