sglang_v0.5.2/pytorch_2.8.0/torch/csrc/utils/structseq.h

10 lines
141 B
C++

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