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