Chun-Wei Chen
Chun-Wei Chen
**Describe your changes** - Refactor mapping - Deprecate TENSOR_TYPE_TO_STORAGE_TENSOR_TYPE - Use functions instead of more maps to prevent confusions and save binary size - Add more tests (test_make_tensor) for more...
# Feature Request ### System information ONNX version (you are using): latest main branch ### What is the problem that this feature solves? Making the checker behavior consistent can prevent...
**Description** - Add py.typed to let mypy get stub for type information - Ship onnx/py.typed in the wheel to make type information available from PyPI. **Motivation and Context** Fixes https://github.com/onnx/onnx/issues/4404.
**Description** ~Add an assert to make sure the quantity is reasonable for vsnprintf.~ Add comments about why current vsnprintf is fine without vulnerability issue. **Motivation and Context** To resolve potential...
Deprecate ONNX Interface for Framework Integration (ONNXIFI) because related code hasn't been updated for quite a long time and recently there is few vulnerability issues in related code (e.g., https://github.com/onnx/onnx/pull/4377)....
**Description** Upgrade Protobuf to v21.1 to accept Python Protobuf 4.21 After upgrading to Protobuf 21. for building ONNX, ONNX with older Python Protobuf (
**Description** Currently ONNX only tests test_driver_gtests on Linux and Mac. We should enable the test on Windows as well - Enable test_driver.cc on Windows - Add test command in Windows-CI...
# Feature Request ### System information ONNX version (you are using): 1.12 ### What is the problem that this feature solves? It would be great if ONNX Hub can download...
# Feature Request ### System information ONNX version (you are using): develop ### What is the problem that this feature solves? Increase test coverage for ONNX Hub; Simplify existing [download...
# Feature Request ### What is the problem that this feature solves? Reduce warnings which are not related to the original PR (existing pylint errors). ### Describe the feature To...