Replace onnxruntime.tools.symbolic_shape_infer with onnx-shape-inference
Open
@justinchuby is already working on this.
Since Jul 6, 2026.
- #2562 by @copilot-swe-agent — closed without merging
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 315
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 16
Description
onnx-shape-inference is a port and improvement of the onnxruntime symbolic shape inference engine that is now used by mobius. It is robustly tested and supports onnx ir without serialization.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.