File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ the output pipeline, so as to allow different users to implement different
10
10
quantization paradigms. See [ low-precision.md] ( low-precision.md ) and
11
11
[ quantization.md] ( quantization.md ) .
12
12
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
15
15
multiplication feeds into other operations applied to its result, without
16
16
additional array traversals. For instance, when implementing neural network
17
17
inference, one might have a Convolutional layer with a bias-addition and an
You can’t perform that action at this time.
0 commit comments