DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / torch / csrc / utils / structseq.h
123456789
#pragma once #include <torch/csrc/python_headers.h> namespace torch::utils { PyObject* returned_structseq_repr(PyStructSequence* obj); }