Sign in
android
/
platform
/
external
/
pytorch
/
a06f2edab6
/
.
/
torch
/
csrc
/
utils
/
structseq.h
blob: 0d91d39d34be617c3b3ab7351a8c33f1c46b05f5 [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/python_headers.h>
namespace
torch
{
namespace
utils
{
PyObject
*
returned_structseq_repr
(
PyStructSequence
*
obj
);
}
}
// namespace torch