Home
last modified time | relevance | path

Searched defs:_python_exe (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/cmake/public/
H A Dutils.cmake49 set(_python_exe "python3") variable
51 set(_python_exe "${Python_EXECUTABLE}") variable
74 set(_python_exe "python") variable
76 set(_python_exe "${Python_EXECUTABLE}") variable
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dforking.py218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe') variable
220 _python_exe = sys.executable variable