forked from mindspore-Ecosystem/mindspore
!33394 [MS][LITE]Fix croped size
Merge pull request !33394 from gongdaguo1/fix_croped_size
This commit is contained in:
commit
4d088ae2c7
|
@ -1 +1,2 @@
|
|||
1030424
|
||||
Note: This is the mindspore Lite inference framework size threshold. Modifying this threshold requires meeting review.
|
||||
1032472
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
1030424
|
||||
Note: This is the mindspore Lite inference framework size threshold. Modifying this threshold requires meeting review.
|
||||
1032472
|
||||
|
|
|
@ -99,7 +99,7 @@ function Run_cropping() {
|
|||
ls -l libmindspore-lite.so || exit 1
|
||||
ls -l -h libmindspore-lite.so || exit 1
|
||||
so_size=`ls libmindspore-lite.so -l|awk -F ' ' '{print $5}'`
|
||||
calib_size=`cat ${cropped_size_config}`
|
||||
calib_size=`tail -1 ${cropped_size_config}`
|
||||
echo "now size:${so_size}." >> "${run_cropper_result}";
|
||||
echo "calib_size size:${calib_size}." >> "${run_cropper_result}";
|
||||
|
||||
|
|
Loading…
Reference in New Issue