1 #pragma once 2 3 #include <torch/csrc/python_headers.h> 4 5 namespace torch::distributed::rpc { 6 7 PyMethodDef* python_functions(); 8 9 } // namespace torch::distributed::rpc 10
1 #pragma once 2 3 #include <torch/csrc/python_headers.h> 4 5 namespace torch::distributed::rpc { 6 7 PyMethodDef* python_functions(); 8 9 } // namespace torch::distributed::rpc 10