Files
pytorch/torch/csrc/autograd/python_sparse_functions.h

8 lines
90 B
C++

#pragma once
namespace torch::autograd {
void initSparseFunctions(PyObject* module);
}