-
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 Random Functions to Paddle Frontend #15043
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.tensor.random
Random Functions to PaddlePaddle Frontendpaddle.tensor.random
Random Functions to Paddle Frontend
|
1 similar comment
|
|
This was referenced Sep 1, 2023
AnnaTz
changed the title
Add
Add Random Functions to Paddle Frontend
Sep 8, 2023
paddle.tensor.random
Random Functions to Paddle Frontend
Noor-ul-Huda-Shah
added a commit
to Noor-ul-Huda-Shah/ivy-huda
that referenced
this issue
Oct 4, 2023
"-[multinomial function]#15043" |
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 Random 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.
multinomial
standard_normal #17677
normal
uniform #16491
uniform_
rand #18349
randint #16420
randint_like #19782
randperm #17687
poisson #16631
exponential_ #23017
The main file paths where these functions are to be added are:
for in-place functions (names ending with _):
--
ivy/functional/frontends/paddle/tensor/random.py
--
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_tensor/test\_random.py
for all the rest:
--
ivy/functional/frontends/paddle/random.py
--
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_random.py
The text was updated successfully, but these errors were encountered: