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

Is there a plan to support asym8uxsym8s_asym8u type of kernels? #11

Open
han-qiu opened this issue Jun 15, 2021 · 2 comments
Open

Is there a plan to support asym8uxsym8s_asym8u type of kernels? #11

han-qiu opened this issue Jun 15, 2021 · 2 comments
Assignees

Comments

@han-qiu
Copy link

han-qiu commented Jun 15, 2021

asym8uxsym8s_asym8u will be similar( in terms of implementations) to asym8sxsym8s_asym8s kernels we have
but it would be use quint8 instead of qint8 as input.

@cad-audio
Copy link
Member

@han-qiu,
We do have uint8 support for couple of operators as TFLM team moved from uint8 to int8 support, our latest kernels supports int8 format to sync with TFLM(TensorFlow Lite Micro) development.
Currently we do not have any plan to support uint8 variant kernels.

@han-qiu
Copy link
Author

han-qiu commented Jun 29, 2021

@cad-audio
Hi,Thanks for getting back!
would it be ok that I implement it myself and create a pull request?
I think it's probaly not very hard to do a asym8uxsym8s_asym8u based on the sym8sxsym8s_sym8s implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants