Skip to content

Commit 7aff33d

Browse files
tetsuokbjacob
authored andcommitted
Fix typo
1 parent 42c5318 commit 7aff33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/quantization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ quantization paradigm affects the calculations that gemmlowp itself needs to
1313
perform, specifically, it affects how one goes from internal 32bit accumulator
1414
to final 8bit outputs.
1515

16-
The part of gemmlowp transforming internal internal 32bit accumulator to final
16+
The part of gemmlowp transforming internal 32bit accumulator to final
1717
8bit outputs is the "output pipeline" described in [output.md](output.md).
1818

1919
gemmlowp's `GemmWithOutputPipeline` entry point allows specifying an arbitrary

0 commit comments

Comments
 (0)