Home
last modified time | relevance | path

Searched refs:py_exe_path_s (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1133 auto py_exe_path_s = py::cast<std::string>(py_exe_path); in PyExePath() local
1135 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.cc3145 auto py_exe_path_s = py::cast<std::string>(py_exe_path); in set_py_exe_path() local
3147 ms_context->set_param<std::string>(MS_CTX_PYTHON_EXE_PATH, py_exe_path_s); in set_py_exe_path()