Searched refs:isMainPyInterpreter (Results 1 – 3 of 3) sorted by relevance
216 if (isMainPyInterpreter()) { in register_or_verify()293 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()303 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()317 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()337 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()355 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()376 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()471 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()486 TORCH_INTERNAL_ASSERT(isMainPyInterpreter()); in initDispatchBindings()904 "_dispatch_is_main_interpreter", []() { return isMainPyInterpreter(); }); in initDispatchBindings()
13 TORCH_PYTHON_API bool isMainPyInterpreter();
986 bool isMainPyInterpreter() { in isMainPyInterpreter() function