-
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 Linear Algebra Functions to Paddle Frontend #15029
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.linalg
Linear Algebra Functions to PaddlePaddle Frontendpaddle.tensor.linalg
Linear Algebra Functions to Paddle Frontend
@hmahmood24 @ivy-leaves solve is not completed yet fully, can you pls re-open it? the tests are failing. |
Closed
AnnaTz
changed the title
Add
Add Linear Algebra Functions to Paddle Frontend
Sep 8, 2023
paddle.tensor.linalg
Linear Algebra Functions to Paddle Frontend
matmul - [ ] #23379 |
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 Linear Algebra 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.
dot
cov #19171
corrcoef #18366
norm #15725
cond #17520
transpose #17689
lstsq #22852
dist #19355
t #22865
cross #16059
cholesky #16051
bmm #16424
histogram
histogram #26471
bincount #18531
mv #22903
eig
matrix_power #16696
qr #20785
eigvals
multi_dot #19172
svd #17843
eigvalsh
eigh
pinv
solve #21319
cholesky_solve #21182
lu #23365
lu_unpack #26332
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/linalg.py
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_linalg.py
The text was updated successfully, but these errors were encountered: