-
Notifications
You must be signed in to change notification settings - Fork 859
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
Add support for RANGE op #3040
Comments
The op needs to be ported 😢 |
"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days." |
"This issue is being closed because it has been marked as |
@fwcd @HemanthSai7 Let's discuss further. TFLM does not have dynamic memory allocation, thus a RANGE operator would be limited to only being supportable with all 3 inputs as constant-tensors. Is this the way it is used in existing models? |
Yeah. I had to remove the usage of range while converting the model to TFLITE. Yes I was using it with dynamic arrays. |
This op seems to be used internally by
MelSpectrogram
layers and would be convenient to have supported.Potentially related:
The text was updated successfully, but these errors were encountered: