-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Updated docs for DynamicQuantizeLinear to be consistent with reference implementation #5603
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
Updated docs for DynamicQuantizeLinear to be consistent with reference implementation #5603
Conversation
Signed-off-by: Swopper050 <bram@witoos.nl>
@jcwchen Could you take another look? :) |
Please allow me to reopen this PR for retriggering auto update doc CI. |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 the new PR and now the documents have been updated accordingly by CI. I will take care of Windows CI failure in another PR.
Awesome, thanks! Is there anything I can still do for this issue/PR? |
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.
I am good with this change, but it will need approval from @onnx/sig-operators-approvers. Could @onnx/sig-operators-approvers please review this PR? Thanks.
Hi! Something went wrong with my other pull request (#5601), so I forked the right version and tried again:
Description
I changed the operator definition for DynamicQuantizeLinear to be consistent with the reference implementation as described in #5597
Motivation and Context
#5597