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