Sign in
android
/
platform
/
external
/
pytorch
/
a223c5ed2c
/
.
/
torch
/
csrc
/
distributed
/
c10d
/
c10d.h
blob: e91d4cb63b0a0362f8370d53066ffdd6521159a1 [
file
] [
log
] [
blame
]
#pragma
once
#include
"torch/csrc/python_headers.h"
namespace
torch
{
namespace
distributed
{
namespace
c10d
{
PyMethodDef
*
python_functions
();
}
// namespace c10d
}
// namespace distributed
}
// namespace torch