Repository URL to install this package:
#pragma once namespace torch { namespace autograd { void initSpecialFunctions(PyObject* module); } } // namespace torch