2 files changed
+2
-2
lines changed- .azure-pipelines/Linux-CI.yml+154
- .azure-pipelines/MacOS-CI.yml+138
- .azure-pipelines/Windows-CI.yml+142
- .github/workflows/main.yml-200
- .github/workflows/manylinux/entrypoint.sh+2-2
- .github/workflows/release_linux_aarch64.yml+5-9
- .github/workflows/release_linux_x86_64.yml+3-7
- .github/workflows/release_mac.yml+34-57
- .github/workflows/release_win.yml+3-7
- CMakeLists.txt+5-8
- VERSION_NUMBER+1-1
- cmake/external/googletest.cmake+41-8
- cmake/unittest.cmake+7-3
- docs/CIPipelines.md+1-1
- docs/Changelog.md+3-3
- docs/Operators.md+6-6
- docs/TestCoverage.md+6-6
- onnx/backend/test/case/node/dequantizelinear.py+2-2
- onnx/backend/test/case/node/quantizelinear.py+4-4
- onnx/backend/test/data/node/test_dequantizelinear_int4/test_data_set_0/input_2.pb+2-1
- onnx/backend/test/data/node/test_dequantizelinear_uint4/test_data_set_0/input_2.pb+2-1
- onnx/backend/test/data/node/test_quantizelinear_e4m3fn/test_data_set_0/input_2.pb
- onnx/backend/test/data/node/test_quantizelinear_e5m2/test_data_set_0/input_2.pb
- onnx/backend/test/data/node/test_quantizelinear_int4/test_data_set_0/input_2.pb+2-1
- onnx/backend/test/data/node/test_quantizelinear_uint4/test_data_set_0/input_2.pb+2-1
- onnx/backend/test/runner/__init__.py+3-1
- onnx/common/version.h+1-1
- onnx/defs/math/old.cc+2-7
- onnx/defs/quantization/defs.cc-3
- onnx/defs/quantization/old.cc+1-3
- onnx/defs/tensor/old.cc+3-3
- onnx/hub.py+7-9
- onnx/shape_inference/implementation.cc+18-18
- onnx/tools/net_drawer.py+1-1
- onnx/utils.py-63
- requirements-min.txt+1-1
- requirements-reference.txt+1-1
- setup.py+2-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
|
0 commit comments