Sign in
android
/
platform
/
external
/
pytorch
/
c593c220ff
/
.
/
torch
/
csrc
/
distributed
/
c10d
/
c10d.h
blob: 5151a33f7ee351184e53daa68155dcc6c7390358 [
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