-
Notifications
You must be signed in to change notification settings - Fork 75
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
bug fix in explicit_broadcast #20
Conversation
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.
Thanks for all the testing and pull requests. It seems that some of the patterns need to be considered in some areas. I would be very happy if you would consider fixing them if possible. :)
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.
Thanks. I'm doing a regression test now. So far I have not encountered any problems, but I am doing a few additional tests later.
This is a minor correction, but we would appreciate your help in improving the quality of the code.
LGTM 😸
|
1. Content and background
#18
2. Summary of corrections
Fixed swap bug in
explicit_broadcast
and fixed calculation oftranspose_perm
Attached code is used to compare outputs between onnx and converted tflite.
dummy_tflite_output_check.zip
3. Before/After (If there is an operating log that can be used as a reference)
4. Issue number (only if there is a related issue)
#18