-
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
Add Fast Fourier Transform Functions to Paddle Frontend #15047
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Comments
hmahmood24
added
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
labels
May 8, 2023
hmahmood24
changed the title
Add
Add Jun 12, 2023
paddle.fft
Fast Fourier Transform Functions to PaddlePaddle Frontendpaddle.fft
Fast Fourier Transform Functions to Paddle Frontend
I want to work on it , is it still open If Yes can you Please assign me this. |
I want to work on it, please assign to me |
|
4 tasks
AnnaTz
changed the title
Add
Add Fast Fourier Transform Functions to Paddle Frontend
Sep 8, 2023
paddle.fft
Fast Fourier Transform Functions to Paddle Frontend
4 tasks
Closed
@djl11 @vedpatwardhan @Ishticode kindly review this PR and let me know your thoughts. |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Add Fast Fourier Transform Functions to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
fft #16684
ifft #17855
rfft #19383
irfft #19466
hfft #22609
ihfft #23103
fft2 #19052
ifft2 #21741
rfft2 #22169
rfft2 #21817
irfft2 #22809
hfft2 #23456
ihfft2 #23759
fftn #19379
ifftn #23447
rfftn #23484
irfftn #22913
hfftn #23457
ihfftn
ihfftn #27317
fftfreq #22948
rfftfreq #23302
fftshift #18285
ifftshift #18960
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/fft.py
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_fft.py
The text was updated successfully, but these errors were encountered: