Fix some tiny bugs for converter in windows enviroment

This commit is contained in:
liuwenhao4 2020-09-07 15:03:04 +08:00
parent eface185cd
commit 94499fce9d
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ goto run_eof
cd %BUILD_PATH%/mindspore cd %BUILD_PATH%/mindspore
cmake -DBUILD_DEVICE=on -DBUILD_CONVERTER=on -DPLATFORM_ARM64=off -DSUPPORT_TRAIN=off ^ cmake -DBUILD_DEVICE=on -DBUILD_CONVERTER=on -DPLATFORM_ARM64=off -DSUPPORT_TRAIN=off ^
-DCMAKE_BUILD_TYPE=Release -DSUPPORT_GPU=off -DBUILD_MINDDATA=off -DOFFLINE_COMPILE=off ^ -DCMAKE_BUILD_TYPE=Release -DSUPPORT_GPU=off -DBUILD_MINDDATA=off -DOFFLINE_COMPILE=off ^
-DMS_VERSION_MAJOR=0 -DMS_VERSION_MINOR=7 -DMS_VERSION_REVISION=0 ^
-G "CodeBlocks - MinGW Makefiles" "%BASEPATH%/mindspore/lite" -G "CodeBlocks - MinGW Makefiles" "%BASEPATH%/mindspore/lite"
GOTO:EOF GOTO:EOF