TF Lite: Fix lint error.

PiperOrigin-RevId: 300501880
Change-Id: I5d77eb4ad7b015720bb6652332a1901ae3497771
This commit is contained in:
Tiezhen WANG 2020-03-12 01:46:38 -07:00 committed by TensorFlower Gardener
parent bb588828a4
commit 88bd10e842

View File

@ -241,7 +241,7 @@ struct DepthwiseConvBasicKernel {
// Accumulate with 32 bits accumulator.
// In the nudging process during model quantization, we
// force real value of 0.0 be represented by a quantized
// value. This guarentees that the input_offset is a int8,
// value. This guarantees that the input_offset is a int8,
// even though it is represented using int32. int32 += int8
// * (int8 - int8) so the highest value we can get from each
// accumulation is [-127, 127] * ([-128, 127] -