Files

10 lines
164 B
C++

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