Home
last modified time | relevance | path

Searched refs:MS_CTX_PYTHON_EXE_PATH (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dms_context.cc43 set_param<std::string>(MS_CTX_PYTHON_EXE_PATH, "python"); in MsContext()
Dms_context.h125 MS_CTX_PYTHON_EXE_PATH, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.h44 auto env = ms_context->get_param<std::string>(MS_CTX_PYTHON_EXE_PATH); in GetPyExe()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1135 ms_context->set_param<std::string>(MS_CTX_PYTHON_EXE_PATH, py_exe_path_s); in PyExePath()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc3147 ms_context->set_param<std::string>(MS_CTX_PYTHON_EXE_PATH, py_exe_path_s); in set_py_exe_path()