Sign in
android
/
platform
/
external
/
pytorch
/
13f53d0fea
/
.
/
torch
/
csrc
/
distributed
/
autograd
/
autograd.h
blob: e6f06c9dc9669af956935eda9c8ca80226aba71c [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/python_headers.h>
namespace
torch
{
namespace
distributed
{
namespace
autograd
{
PyMethodDef
*
python_functions
();
}
// namespace autograd
}
// namespace distributed
}
// namespace torch