-
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 Jax frontend #8513
Labels
hacktoberfest
hacktoberfest
JAX Frontend
Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Comments
fnhirwa
added
JAX Frontend
Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Ivy API Experimental
Run CI for testing API experimental/New feature or request
labels
Dec 16, 2022
|
Closed
ivy-leaves
assigned p3jitnath, fnhirwa and Ishticode and unassigned fnhirwa and p3jitnath
Aug 18, 2023
-[ ] #26274 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hacktoberfest
hacktoberfest
JAX Frontend
Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Add Random functions to Jax 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.
_
PRNGKey
ball #16697
bernoulli #15354
beta #13497
categorical #21785
cauchy #14407
choice
choice #23259
drichlet #13498
double_sided_maxwell #18931
exponential #15433
fold_in #15429
gamma #14219
generalized_normal #14480
gumbel #14481
loggamma #15406
logistic #22781
maxwell #19347
multivariate_normal #20928
normal
orthogonal #20273
pareto #16545
permutation #14840
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/jax/random.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_random.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_random.py
The text was updated successfully, but these errors were encountered: