Skip to content
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

[Tracking Issue] Pre-quantized RNN Operators Support (e.g., UnidirectionalSequenceLSTM from TFlite) #13150

Open
dftercero opened this issue Oct 20, 2022 · 3 comments
Labels
frontend:tensorflow python/tvm/relay/frontend/tensorflow* frontend:tflite python/tvm/relay/frontend/tflite* type:rfc-tracking RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs

Comments

@dftercero
Copy link

dftercero commented Oct 20, 2022

This issue is to track progress for Pre-quantized RNN Operators

It'd be great to expand support for recurrent quantized operators, such as the UnidirectionalSequenceLSTM from TensorFlow. Are there any timelines for this in the current roadmap?

Resources:

@dftercero dftercero added needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type:rfc-tracking RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs labels Oct 20, 2022
@dftercero
Copy link
Author

@lhutton1 @leandron You guys have done a lot of work recently with quantized operators from TFLite based on #9187. Any thoughts on this? Thanks in advanced

@lhutton1
Copy link
Contributor

Hi @dftercero, I don't believe there is any ongoing work to support it yet. I don't know much about this operator, although, after a quick search of the codebase it looks like a bit more work would be needed to support the quantized variant of LSTM in TVM rather than simply making a conversion in the frontend

@hpanda-naut hpanda-naut added frontend:tensorflow python/tvm/relay/frontend/tensorflow* frontend:tflite python/tvm/relay/frontend/tflite* and removed needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it labels Dec 1, 2022
@amroceva
Copy link

Hi @hpanda-naut @lhutton1, is there any ongoing work to support the quantized version of it ? if no, can you give hints about the needed work to do so, I would like to contribute...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend:tensorflow python/tvm/relay/frontend/tensorflow* frontend:tflite python/tvm/relay/frontend/tflite* type:rfc-tracking RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs
Projects
None yet
Development

No branches or pull requests

4 participants