1 #include <torch/csrc/jit/python/pybind_utils.h> 2 3 namespace torch::jit { 4 5 void initStaticModuleBindings(PyObject* module); 6 7 } // namespace torch::jit 8