Skip to content

Commit 7a112a6

Browse files
askhadeprasanthpul
authored andcommitted
add quantization ops in onnx (onnx#1908)
* add quantized ops * shape inference for matmul ops. * update * add quantization parameter annotation in graph proto. * update IR version * update proto files * update operator.md * update * fix build break. * fix build break. * sync and resolve comments * revert the change by mistake. * fix shape inference test failure. * fix comments * Add ops to operator sets * update docs and 1 typo fix * try fix CI * fix more typos and add 2 ops back * remove commented code
1 parent 6de42d7 commit 7a112a6

13 files changed

+1466
-174
lines changed

docs/Changelog.md

+305-9
Large diffs are not rendered by default.

docs/Operators.md

+313-5
Large diffs are not rendered by default.

docs/TestCoverage.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* [Overall Test Coverage](#overall-test-coverage)
66
# Node Test Coverage
77
## Summary
8-
Node tests have covered 114/121 (94.21%, 5 generators excluded) common operators.
8+
Node tests have covered 114/127 (89.76%, 5 generators excluded) common operators.
99

1010
Node tests have covered 0/0 (N/A) experimental operators.
1111

@@ -7061,6 +7061,12 @@ expect(node, inputs=[x, y], outputs=[z],
70617061
<br/>
70627062

70637063
## &#x1F494;No Cover Common Operators
7064+
### ConvInteger (call for test cases)
7065+
7066+
7067+
### DequantizeLinear (call for test cases)
7068+
7069+
70647070
### GlobalLpPool (call for test cases)
70657071

70667072

@@ -7076,12 +7082,24 @@ expect(node, inputs=[x, y], outputs=[z],
70767082
### LpPool (call for test cases)
70777083

70787084

7085+
### MatMulInteger (call for test cases)
7086+
7087+
70797088
### MaxRoiPool (call for test cases)
70807089

70817090

70827091
### Multinomial (random generator operator)
70837092

70847093

7094+
### QLinearConv (call for test cases)
7095+
7096+
7097+
### QLinearMatMul (call for test cases)
7098+
7099+
7100+
### QuantizeLinear (call for test cases)
7101+
7102+
70857103
### RandomNormal (random generator operator)
70867104

70877105

0 commit comments

Comments
 (0)