#pragma once #include namespace torch { namespace utils { PyObject* returned_structseq_repr(PyStructSequence* obj); } } // namespace torch