We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c5318 commit 7aff33dCopy full SHA for 7aff33d
doc/quantization.md
@@ -13,7 +13,7 @@ quantization paradigm affects the calculations that gemmlowp itself needs to
13
perform, specifically, it affects how one goes from internal 32bit accumulator
14
to final 8bit outputs.
15
16
-The part of gemmlowp transforming internal internal 32bit accumulator to final
+The part of gemmlowp transforming internal 32bit accumulator to final
17
8bit outputs is the "output pipeline" described in [output.md](output.md).
18
19
gemmlowp's `GemmWithOutputPipeline` entry point allows specifying an arbitrary
0 commit comments