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

Support for 16 bit activations in ExpandDims operation. #68293

Closed
robertkamara opened this issue May 20, 2024 · 4 comments
Closed

Support for 16 bit activations in ExpandDims operation. #68293

robertkamara opened this issue May 20, 2024 · 4 comments
Assignees
Labels
comp:lite TF Lite related issues comp:ops OPs related issues stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 2.16 type:feature Feature requests

Comments

@robertkamara
Copy link

The task is to add support for 16-bit activations and 8-bit weights in ExpandDims operation. Currently, only float32 and int8_t types are supported:
https://github.com/tensorflow/tflite-micro/blob/8e22946b3faa51564df5dd9194f7540b2694892c/tensorflow/lite/micro/kernels/expand_dims.cc#L127C1-L134C13

@pkgoogle
Copy link

Hi @miaout17, can you please take a look? Thanks.

@pkgoogle pkgoogle added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label May 29, 2024
@LakshmiKalaKadali
Copy link
Contributor

Hi @robertkamara,

It looks like this issue appears to have been resolved since PR #2589 was already merged into TFLite-micro repo.

Thank You

@LakshmiKalaKadali LakshmiKalaKadali added stat:awaiting response Status - Awaiting response from author and removed stat:awaiting tensorflower Status - Awaiting response from tensorflower labels Jun 10, 2024
Copy link

This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Jun 18, 2024
@robertkamara
Copy link
Author

Yes, the change has been merged and the issue can be closed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:lite TF Lite related issues comp:ops OPs related issues stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 2.16 type:feature Feature requests
Projects
None yet
Development

No branches or pull requests

6 participants