mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Follows #136848 Pull Request resolved: https://github.com/pytorch/pytorch/pull/137072 Approved by: https://github.com/kwen2501
10 lines
182 B
C++
10 lines
182 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::distributed::rpc::testing {
|
|
|
|
PyMethodDef* python_functions();
|
|
|
|
} // namespace torch::distributed::rpc::testing
|