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