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