Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
torch
/
csrc
/
PyInterpreter.h
blob: 30809ff10be90e2d091002ce4c2abb8e731b8d0b [
file
] [
log
] [
blame
]
#pragma
once
#include
<c10/core/impl/PyInterpreter.h>
#include
<torch/csrc/Export.h>
TORCH_PYTHON_API c10
::
impl
::
PyInterpreter
*
getPyInterpreter
();
TORCH_PYTHON_API
bool
isMainPyInterpreter
();