We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a88e4 commit e2c1504Copy full SHA for e2c1504
docs/qonnx-custom-ops/quant_op.md
@@ -49,6 +49,7 @@ This operator is not part of the ONNX standard and is not currently versioned.
49
#### Rounding modes
50
<details>
51
<summary>rounding modes</summary>
52
+
53
| **Number \ ROUNDING_MODE** | ROUND=HALF_EVEN | CEIL | FLOOR | UP | DOWN | HALF_UP | HALF_DOWN |
54
|----------------------------|-----------------|------|-------|----|------|---------|-----------|
55
| 5.5 | 6 | 6 | 5 | 6 | 5 | 6 | 5 |
0 commit comments