Files
pytorch/torch/csrc/autograd/python_nested_functions.h
2024-10-30 14:20:08 +00:00

11 lines
208 B
C++

#pragma once
#include <torch/csrc/utils/python_compat.h>
namespace torch::autograd {
PyMethodDef* get_nested_functions_manual();
void initNestedFunctions(PyObject* module);
} // namespace torch::autograd