mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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
10 lines
142 B
C++
10 lines
142 B
C++
#pragma once
|
|
|
|
namespace torch {
|
|
namespace autograd {
|
|
|
|
void initDistFunctions(PyObject* module);
|
|
|
|
} // namespace autograd
|
|
} // namespace torch
|