Searched refs:VERSION_HEADER (Results 1 – 3 of 3) sorted by relevance
40 local VERSION_HEADER=${MINDSPORE_ROOT_DIR}/mindspore/lite/include/version.h41 local VERSION_MAJOR=$(grep "const int ms_version_major =" ${VERSION_HEADER} | tr -dc "[0-9]")42 local VERSION_MINOR=$(grep "const int ms_version_minor =" ${VERSION_HEADER} | tr -dc "[0-9]")43 …local VERSION_REVISION=$(grep "const int ms_version_revision =" ${VERSION_HEADER} | tr -dc "[0-9]")
57 local VERSION_HEADER=${MINDSPORE_ROOT_DIR}/mindspore/lite/include/version.h58 local VERSION_MAJOR=$(grep "const int ms_version_major =" ${VERSION_HEADER} | tr -dc "[0-9]")59 local VERSION_MINOR=$(grep "const int ms_version_minor =" ${VERSION_HEADER} | tr -dc "[0-9]")60 …local VERSION_REVISION=$(grep "const int ms_version_revision =" ${VERSION_HEADER} | tr -dc "[0-9]")
13 VERSION_HEADER = bytearray('MesaOverlayControlVersion', 'utf-8') variable169 if cmd == VERSION_HEADER: