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