!8240 [MSLITE] fix unpack bit bug

Merge pull request !8240 from ghzl/fix-bit-unpack-bug
This commit is contained in:
mindspore-ci-bot 2020-11-05 10:56:39 +08:00 committed by Gitee
commit 75b4446dfa
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ STATUS SetUnusedQuantParamToDefaultPass::Run(schema::MetaGraphT *graph) {
quant_param->min = 0;
quant_param->max = 0;
quant_param->narrowRange = true;
quant_param->numBits = 8;
quant_param->dstDtype = TypeId::kNumberTypeFloat32;
}
}