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