mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Follows #137072 Pull Request resolved: https://github.com/pytorch/pytorch/pull/137404 Approved by: https://github.com/Skylion007
10 lines
166 B
C++
10 lines
166 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::distributed::c10d {
|
|
|
|
PyMethodDef* python_functions();
|
|
|
|
} // namespace torch::distributed::c10d
|