mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Let's have some fun. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78828 Approved by: https://github.com/ezyang
11 lines
153 B
C++
11 lines
153 B
C++
#pragma once
|
|
|
|
namespace torch {
|
|
namespace cuda {
|
|
namespace python {
|
|
|
|
void initCommMethods(PyObject* module);
|
|
|
|
}
|
|
} // namespace cuda
|
|
} // namespace torch
|