aboutsummaryrefslogtreecommitdiff
path: root/doc/output.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/output.md')
-rw-r--r--doc/output.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/output.md b/doc/output.md
index f9985a8..8620fbe 100644
--- a/doc/output.md
+++ b/doc/output.md
@@ -10,8 +10,8 @@ the output pipeline, so as to allow different users to implement different
quantization paradigms. See [low-precision.md](low-precision.md) and
[quantization.md](quantization.md).
-Besides implementing a quantization paradigms, the other thing that output
-pipelines are good for, is implementing fused operations where a matrix
+Besides implementing a quantization paradigm, the other thing that output
+pipelines is good for, is implementing fused operations where a matrix
multiplication feeds into other operations applied to its result, without
additional array traversals. For instance, when implementing neural network
inference, one might have a Convolutional layer with a bias-addition and an