1 #pragma once 2 3 #include <torch/csrc/python_headers.h> 4 5 bool NodeBase_init(PyObject* module); 6 bool NodeIter_init(PyObject* module); 7