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