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

Missing support for ReverseV2 op #3052

Open
narrietal opened this issue Feb 8, 2025 · 0 comments
Open

Missing support for ReverseV2 op #3052

narrietal opened this issue Feb 8, 2025 · 0 comments

Comments

@narrietal
Copy link

narrietal commented Feb 8, 2025

ReverseV2 is a TF operator used for bidirectional RNNs. I am in need of using it in TFLM.

Back in 2019 it was added to the repo in this commit: rkuester/tensorflow@d5ee710 and today some traces of it can be found in

kTfLiteBuiltinReverseV2 = 105,
.

However, the kernel from such op is missing from the list of lite kernels: https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/kernels/internal/reference

I would be eager to port myself the operation from lite to micro following this guide, however, the guide seems outdated and, as I mentioned before, the kernel for the lite list is missing.

Any plans on including back such an operation? Is there anything we can do to help?

What is the recommended approach to port bidirectional RNNs to TFLM if the ReverseV2 op. cannot be used?

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

1 participant