Files
pytorch/torch/csrc/PyInterpreter.h

8 lines
195 B
C

#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();