onnxruntime/onnxruntime
Jing Fang 53a66f4e02
When quantize 4bit mamtul, force upgrade onnx domain opset to 21 (#21693)
### Description
When quantize MatMul to DQ + MatMul using 4bit QDQ tool chain,
previously the opsets of domains are not changed.
Now, when quantize MatMul to DQ + MatMul in QDQ format, force upgrade
onnx domain to opset 21.

### Motivation and Context
In QDQ format, DQ with int4 and blocked quantization is used. This
requires DQ with opset >= 21.
When quantize MatMul to DQ + MatMul, force upgrade onnx domain to opset
21.
2024-08-09 13:50:12 -07:00
..
contrib_ops [CPU EP] Add block quantized Gather contrib op (#21630) 2024-08-09 12:15:11 -07:00
core [CPU EP] Add block quantized Gather contrib op (#21630) 2024-08-09 12:15:11 -07:00
python When quantize 4bit mamtul, force upgrade onnx domain opset to 21 (#21693) 2024-08-09 13:50:12 -07:00
test When quantize 4bit mamtul, force upgrade onnx domain opset to 21 (#21693) 2024-08-09 13:50:12 -07:00
tool/etw Fix typos - 1st Wave (#21278) 2024-07-11 13:35:08 +08:00
wasm [js/web] allow relative path matching (#21657) 2024-08-09 03:13:40 -07:00
__init__.py bumps up version in main from 1.19 -> 1.20 (#21588) 2024-08-05 15:46:04 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings