-
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
added paddle.stft function frontend and test for it #23301
Conversation
The function `gpu_is_available()` now correctly determines whether a GPU is available.
Thanks for contributing to Ivy! 😊👏 |
@juliagsy because I was working on them in different task and they appeared in the Files changed section for this PR, so I deleted them till pull got merged. it was unexpected mistake, sorry! |
@juliagsy Hello, I need a review |
PR Description
This commit adds a new function, short_DFT, to the codebase. The short_DFT function allows for the computation of the Short-Time Fourier Transform (STFT) using PaddlePaddle. It supports various parameters for customization, such as windowing, padding, and normalization. You can find the function in ivy/functional/frontends/paddle/fft.py
also I adds a test function, test_paddle_short_DFT, which tests the short_DFT function in the paddle.signal module. The test cases cover different input shapes and parameters, ensuring the correctness of the short_DFT function.
Related Issue
Close #23281
you can find my solution in files changed section in both fft.py and test_signal.py
Checklist
Socials: