https://github.com/justinchuby/onnx-shape-inference
Symbolic shape inference for ONNX
https://github.com/justinchuby/onnx-shape-inference
Last synced: about 1 month ago
JSON representation
Symbolic shape inference for ONNX
- Host: GitHub
- URL: https://github.com/justinchuby/onnx-shape-inference
- Owner: justinchuby
- License: other
- Created: 2023-07-18T15:05:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:56:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-21T08:23:52.031Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onnx-shape-inference
[](https://pypi.org/project/onnx-shape-inference)
[](https://pypi.org/project/onnx-shape-inference)Symbolic shape inference for ONNX.
## Installation
```console
pip install onnx-shape-inference
```## License
`onnx-shape-inference` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.