Files
pytorch/torch/csrc/utils/structseq.h
2024-06-04 15:12:45 +00:00

10 lines
141 B
C++

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