pytorch/torch/csrc/distributed/c10d/c10d.h

10 lines
166 B
C++

#pragma once
#include <torch/csrc/python_headers.h>
namespace torch::distributed::c10d {
PyMethodDef* python_functions();
} // namespace torch::distributed::c10d