forked from mindspore-Ecosystem/mindspore
!8240 [MSLITE] fix unpack bit bug
Merge pull request !8240 from ghzl/fix-bit-unpack-bug
This commit is contained in:
commit
75b4446dfa
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue