-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat(frontend): Added kaiser_bessel_derived_window to tensorflow frontend #22517
Conversation
Added kaiser_bessel_derived_window function to tensorflow.frontend.signal.py
Added test_kaiser_bessel_derived_window to test_signal.py
Thanks for contributing to Ivy! 😊👏 |
If you are working on an open task, please edit the PR description to link to the issue you've created. For more information, please check ToDo List Issues Guide. Thank you 🤗 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
ivy-gardener |
Hello @waqaarahmed , Thank you so much for your contribution. I apologize for the delay. It seems like your PR slipped under the radar 😅. I have linked this to the corresponding issue, but in future you should do this yourself by adding a comment ‘Close #Issue_number’, as explained here”. I have also properly linked your issue with the corresponding todo list item. Please make sure to follow the guide for any future contributions. Thanks again! |
…tend (ivy-llc#22517) Co-authored-by: Saeed Ashraf <saeedashrraf@gmail.com>
…tend (ivy-llc#22517) Co-authored-by: Saeed Ashraf <saeedashrraf@gmail.com>
Closes #21877
Added kaiser_bessel_derived_window function to ivy/functional/frontend/tensorflow/signal.py
And Added test_kaiser_bessel_derived_window to ivy_tests/test_ivy/test_frontends/test_tensorflow/test_signal.py