Sign in
android
/
platform
/
external
/
pytorch
/
d18529eb93
/
.
/
torch
/
csrc
/
python_dimname.h
blob: 9f8aaa4ed3ab6b795dd4b8ac8cce5016bbb26205 [
file
] [
log
] [
blame
]
#pragma
once
#ifdef
BUILD_NAMEDTENSOR
#include
<torch/csrc/python_headers.h>
#include
<ATen/Dimname.h>
at
::
Dimname
THPDimname_parse
(
PyObject
*
obj
);
#endif