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

8 lines
91 B
C++

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