#pragma once #include namespace torch::jit { void initJitScriptBindings(PyObject* module); } // namespace torch::jit