pytorch/torch/csrc/autograd/python_nested_functions.h

10 lines
164 B
C++

#pragma once
namespace torch::autograd {
PyMethodDef* get_nested_functions_manual();
void initNestedFunctions(PyObject* module);
} // namespace torch::autograd