Files
pytorch/torch/csrc/autograd/python_dist_functions.h
Rodrigo Kumpera 184bfbc3d7 Move functional collectives to the right namespace (#97793)
This moves them from `torch._C._nn` to `torch._C._dist`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/97793
Approved by: https://github.com/albanD
2023-03-30 22:18:13 +00:00

10 lines
142 B
C++

#pragma once
namespace torch {
namespace autograd {
void initDistFunctions(PyObject* module);
} // namespace autograd
} // namespace torch