[LPT] Static code analysis issues fix (#889)
This commit is contained in:
parent
deab4d38b0
commit
2df99d4263
|
|
@ -135,7 +135,6 @@ void ConcatTransformation::transform(TransformationContext& context, CNNLayer& c
|
|||
|
||||
|
||||
dequantizationScale = maxOutputInterval / (dataPrecision.max - dataPrecision.min);
|
||||
const float max = maxOutputInterval / ((dataPrecision.max - dataPrecision.min) / dataPrecision.max);
|
||||
const float min = maxOutputInterval / ((dataPrecision.max - dataPrecision.min) / dataPrecision.min);
|
||||
dequantizationShift = outputLowValue - min;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue