-
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
feat(paddle): Add moveaxis method to Paddle Frontend #26735
Conversation
Thank you for this PR, here is the CI results: This pull request does not result in any additional test failures. Congratulations! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Getting this error numpy.exceptions.AxisError: source: axis 0 is out of bounds for array of dimension 0
for numpy and getting similar error for other backends.
Can you look into it?
Thanks
@sherry30 |
@sherry30 I have made tye requested changes please review them. |
@tomatillos please review my or sir |
Hi @Tinny-Robot |
Hi @Tinny-Robot, |
Closing this due to inactivity for over 2 months after addition of tests were requested. Please feel free to reopen if you would like to continue working on this. Thank you :) |
PR Description
added mode Instance Method to paddle.tensor.tensor.Tensor class. and added test case
Related Issue
Close #26616
Checklist