Chun-Wei Chen

Results 37 issues of 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...

test
run release CIs
utility

# 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...

good first issue
enhancement
onnx checker

**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.

build
run release CIs

**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...

run release CIs
vulnerability

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)....

infrastructure
enhancement
tracking

**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 (

build
build pipelines
run release CIs
dependencies

**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...

test
build pipelines
run release CIs

# 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...

good first issue
enhancement
onnx hub

# 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...

test
good first issue
enhancement
onnx hub

# 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...

good first issue
enhancement