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