-
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
Added torch.linalg.eigvals
to torch frontend#10848
#11074
Conversation
Co-authored-by: jkeane508 <jameskeane508@gmail.com>
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
* 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>
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>
Co-authored by: aditya-hari <adityahari3791@gmail.com>
Co-authored-by: WilliamHirst bod_holthe@outlook.com
Co-authored-by: Radu2k <radusalavat48@gmail.com>
10df69d
to
e5498b7
Compare
Hi @juliagsy , I have submitted this after the main git push announced in the last 3 days. Apparently there has been another push and it is showing that my PR is ahead with 10000 commits. Could you please let me know if we can check this PR and merge only the important 2 files that I have been working on or I have to resubmit it? Regards, |
Hey! Apologies for the late reply! We rebased the repository recently which caused the 10000 commits, please kindly update your fork and copy over your changes in the related files only a new PR. After that, you may close this PR! We sincerely apologise for any inconvenience and thanks a lot for your understanding and cooperation! PS: The new PR is the one! Thanks so much! |
Tested for both matrix and batch of matrices.
Close #10848