#pragma once #include #include namespace torch { namespace jit { // Initialize Python bindings for JIT to_ functions. void initJitBackendBindings(PyObject* module); } // namespace jit } // namespace torch