An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# onnx-shape-inference

[![PyPI - Version](https://img.shields.io/pypi/v/onnx-shape-inference.svg)](https://pypi.org/project/onnx-shape-inference)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/onnx-shape-inference.svg)](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.