Home
last modified time | relevance | path

Searched refs:py_suffix (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/python/src/
Dfabscript16 bpl = library('boost_python' + root.py_suffix,
47 bnl = library('boost_numpy' + root.py_suffix,
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.h182 const std::string py_suffix = ".py"; in GetScriptFilePath() local
183 if (result.empty() || result.rfind(py_suffix) != (result.length() - py_suffix.length())) { in GetScriptFilePath()
/third_party/boost/libs/python/
Dfabscript23 py_suffix = '{}{}'.format(*python.version.split('.')[:2])