-
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
acos #10800 #10863
acos #10800 #10863
Conversation
Co-authored by: Dev-Khant <devkhant24@gmail.com>, nassimberrada <Nassim>
Co-authored-by: CatB1t <skytedits@gmail.com>
Co-authored-by: agniiyer <agni.iyer14@alumni.imperial.ac.uk>
…end because `jax.image.resize` doesn't support it
…functions' numpy backend
…ng functions of torch backend
…unctinos of numpy backend
…al functions of numpy backend
* Add divmod method for jax frontend * use floor_divide instead of divide
* tensorflow.roll implementation * code formating * added required changes
…tances of np.float
Co-authored-by: Aditya Hari <adityahari3791@gmail.com>
Co-authored-by: sherry30 <sherrytst30@gmail.com>
…d wrapping `call` (#10979)
* Added cosh instance method to pytorch frontend Co-authored-by: YushaArif<101613943+YushaArif99@users.noreply.github.com>
Co-authored-by: Felix Hirwa Nshuti <hirwanshutiflx@gmail.com>
Hey @SSahas first of all thanks for contributing to Ivy , I had a look through your PR but it seems a little incomplete and requires a few changes I would say : 1.) Open the issue your addressing and link it in the PR as that helps us track the issues already addressed I would recommend going through the docs to get a better understanding of this. 2.) It's always a good practice to also implement tests for the frontend function you've implemented as that helps us understand if the frontend function is valid.Please refer to the docs for how to do that in more brief detail (: That's all I would recommend once these issues have been addressed we can get this PR merged thanks! |
Co-authored-by: agniiyer <agni.iyer14@alumni.imperial.ac.uk>
* Remove reference to now deleted setting up discussion in setting_up.rst * Fix typo in Empty Suite error section of setting_up.rst
Co-authored-by: CatB1t <skytedits@gmail.com>
to fix their behavior with multiple axises to reduce
…it suffers from the same problem as median
Co-authored-by: nathzi1505 <41519676+nathzi1505@users.noreply.github.com>
Co-authored-by: nathzi1505 <41519676+nathzi1505@users.noreply.github.com>
Co-authored-by: nathzi1505 <41519676+nathzi1505@users.noreply.github.com>
Added poisson_nll_loss to the PyTorch frontend. Co-authored-by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
Added log instance method to the PyTorch frontend Co-authored by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
6fc6efd
to
10df69d
Compare
close #10800