#pragma once #include namespace torch { namespace distributed { namespace autograd { PyMethodDef* python_functions(); } // namespace autograd } // namespace distributed } // namespace torch