Skip to content

Commit eefefb5

Browse files
authored
Fix sub-channel quantized type documentation (#133765)
fixes the issue reported in #120172 (comment)
1 parent baacd12 commit eefefb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Dialect/Quant/IR/QuantBase.td

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def Quant_Dialect : Dialect {
279279
// Correct. The quantized type now includes 3 scale values, matching the
280280
// size of dimension 1 of the result tensor.
281281
%result = quant.qcast %input : tensor<?x3xf32> to tensor<?x3x!quant.uniform<i8:f32:1, {2.0, 3.0, 4.0}>>
282+
```
282283

283284
## Sub-channel quantization integrity
284285

0 commit comments

Comments
 (0)