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

ReverseV2 - fix shape computations #909

Merged
merged 1 commit into from May 6, 2020

Conversation

jignparm
Copy link
Contributor

@jignparm jignparm commented May 6, 2020

Fixes #905

Handle tensor shape at runtime, instead of compile time, which may contain values of -1 or None, to avoid conversion exceptions.

@jignparm jignparm changed the title Don't depend on shape inference shapes -- compute dims at runtime ReverseV2 - fix shape computations May 6, 2020
@jignparm jignparm merged commit 8b8d5ea into onnx:master May 6, 2020
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

Successfully merging this pull request may close these issues.

ReverseV2 is not supported
2 participants