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