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