-
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 paddle.tensor.tensor.Tensor.squeeze_ function #22457
Add paddle.tensor.tensor.Tensor.squeeze_ function #22457
Conversation
Add the paddle.Tensor instance method squeeze_ for the paddle frontend The squeeze_ function is the inplace version for the squeeze function
Thanks for contributing to Ivy! 😊👏 |
If you are working on an open task, please edit the PR description to link to the issue you've created. For more information, please check ToDo List Issues Guide. Thank you 🤗 |
close #22452 |
Add test for paddle.Tensor instance method squeeze_ for paddle frontend The squeeze_ function is the inplace version for the squeeze function
@saeedashrraf Kindly review my PR |
…into feature/add-frontend-function-paddle-tensor-squeeze_
Add the paddle.Tensor instance method squeeze_ for the paddle frontend
The squeeze_ function is the inplace version for the squeeze function within the same class
Close #22452