Support QLinearAdd from onnx runtime com.microsoft contrib ops. - #8305
Merged
Conversation
mbrookhart
force-pushed
the
onnx_QLinearAdd
branch
from
June 22, 2021 17:38
290647c to
6165db8
Compare
FrozenGene
reviewed
Jun 29, 2021
mbrookhart
force-pushed
the
onnx_QLinearAdd
branch
from
June 30, 2021 18:17
1f930b3 to
3dae290
Compare
FrozenGene
approved these changes
Jul 1, 2021
lygztq
pushed a commit
to lygztq/tvm
that referenced
this pull request
Jul 1, 2021
…he#8305) * support QLinearAdd * fix comment line length * use platform independent temp directory
Member
|
@mbrookhart I think you should make a new pull request of |
Contributor
Author
|
Something appears to be broken with how CI is running the onnx tests. |
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Sep 29, 2021
…he#8305) * support QLinearAdd * fix comment line length * use platform independent temp directory
zxy844288792
pushed a commit
to zxy844288792/tvm
that referenced
this pull request
Mar 4, 2022
…he#8305) * support QLinearAdd * fix comment line length * use platform independent temp directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Interestingly, Onnxruntime doesn't actually run this op in integer, they dequantize/run it/requantize. I had to do the same here to get the tests to pass.
Has a kind of crazy way to produce contrib ops from onnx runtime for testing. Let me know what you think.