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