-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Fix][Unity] Fix TVMError when loading ONNX model with CumSum operator #15804
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
Conversation
|
@dmilosevic252 Thanks for your fixing. Could you add a regression test? |
|
@jikechao Thank you for the feedback! I added a regression test. |
| bias=False, | ||
| per_channel_quantization=False, | ||
| ): | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the lines of changes to keep the PR clear :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line changes have been reverted. Thank you for the feedback!
Sets the default value 0 for the axis variable, if the value has not been previously set.
This is a code patch for fixing this issue: #15728