pytorch/torch/csrc/utils/structseq.h
2022-06-11 21:11:16 +00:00

12 lines
173 B
C++

#pragma once
#include <torch/csrc/python_headers.h>
namespace torch {
namespace utils {
PyObject* returned_structseq_repr(PyStructSequence* obj);
}
} // namespace torch