Skip to content

Commit 0770105

Browse files
authored
more fixes as I read
1 parent c46b9d2 commit 0770105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ the output pipeline, so as to allow different users to implement different
1010
quantization paradigms. See [low-precision.md](low-precision.md) and
1111
[quantization.md](quantization.md).
1212

13-
Besides implementing a quantization paradigms, the other thing that output
14-
pipelines are good for, is implementing fused operations where a matrix
13+
Besides implementing a quantization paradigm, the other thing that output
14+
pipelines is good for, is implementing fused operations where a matrix
1515
multiplication feeds into other operations applied to its result, without
1616
additional array traversals. For instance, when implementing neural network
1717
inference, one might have a Convolutional layer with a bias-addition and an

0 commit comments

Comments
 (0)