Skip to content

Commit e2c1504

Browse files
author
jvreca
committed
Fix table visualization again.
1 parent 47a88e4 commit e2c1504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/qonnx-custom-ops/quant_op.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This operator is not part of the ONNX standard and is not currently versioned.
4949
#### Rounding modes
5050
<details>
5151
<summary>rounding modes</summary>
52+
5253
| **Number \ ROUNDING_MODE** | ROUND=HALF_EVEN | CEIL | FLOOR | UP | DOWN | HALF_UP | HALF_DOWN |
5354
|----------------------------|-----------------|------|-------|----|------|---------|-----------|
5455
| 5.5 | 6 | 6 | 5 | 6 | 5 | 6 | 5 |

0 commit comments

Comments
 (0)