1 #pragma once 2 3 namespace torch::autograd { 4 5 void initSparseFunctions(PyObject* module); 6 7 } 8