-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
added tests for quantized tflite sin operator #9478
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.
The PR in general LGTM.
I see there are a few linting errors when running this in CI. You can see on this page how to reproduce linting errors locally on your machine: https://tvm.apache.org/docs/contribute/pull_request.html
You can see the errors here as well: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-9478/2/pipeline
Once we get this PR past CI, I'm happy for this to be merged.
Hi @leandron I am not sure if the failure of CI has to do anything with the changes I introduced. |
e1b6684
to
15ac6e5
Compare
Hi @leandron |
Hi @leandron The CI has passed, Can you please merge this PR https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-9478/4/pipeline/269/ |
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.
LGTM, thanks @onkar-sima-ai !
* added tests for quantized tflite sin operator * removing unnecessary rsqrt code_block * resolving linting error
* added tests for quantized tflite sin operator * removing unnecessary rsqrt code_block * resolving linting error
* added tests for quantized tflite sin operator * removing unnecessary rsqrt code_block * resolving linting error
* added tests for quantized tflite sin operator * removing unnecessary rsqrt code_block * resolving linting error
* added tests for quantized tflite sin operator * removing unnecessary rsqrt code_block * resolving linting error
#9187
I have added support for quantized SIN tflite operator and wrote tests for the same.
Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.