Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shape inference support for qonnx symbolic operators #449

Open
volcacius opened this issue Nov 11, 2022 · 1 comment
Open

Shape inference support for qonnx symbolic operators #449

volcacius opened this issue Nov 11, 2022 · 1 comment

Comments

@volcacius
Copy link
Contributor

volcacius commented Nov 11, 2022

Setting shape inference is currently broken in upstream PyTorch for custom ONNX operators pytorch/pytorch#81693 . This impact qonnx export, and beyond raising a warning in some use cases lack of shape propagations means that certain other operators (e.g. globalmaxpool) that require correct shape inference are not exported correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants