-
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 Searching Functions to Paddle Frontend #15044
Comments
Hi, where's the frontend folder for PaddlePaddle? |
@rum1887 https://github.com/unifyai/ivy/tree/master/ivy/functional/frontends/paddle |
paddle.tensor.search
Searching Functions to PaddlePaddle Frontendpaddle.tensor.search
Searching Functions to Paddle Frontend
hey, i wanted to add the argmin function here, whats the issue no. for the same ? |
should i take it as #15044 itself? |
sort #18310 |
paddle.tensor.search
Searching Functions to Paddle Frontend
I have been unable to link the issue to the development, what can i do? |
what is the issue number of argmin? can someone tell me? |
Add Searching 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.
argmin
argsort #17068
searchsorted #18267
bucketize
bucketize #26222
masked_select #20205
topk #19817
where #22304
index_select #20840
nonzero #18085
sort
kthvalue #25753
fix: mode #23325
index_sample #23165
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/search.py
ivy_tests/test_ivy/test_frontends/test_paddle/test_search.py
The text was updated successfully, but these errors were encountered: