-
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 flatten method to the Paddle frontend #22587
Conversation
Thanks for contributing to Ivy! 😊👏 |
Please remove "bfloat16" from |
Hi, could you please comment |
Frontend Task ChecklistIMPORTANT NOTICE 🚨:The Ivy Docs represent the ground truth for the task descriptions and this checklist should only be used as a supplementary item to aid with the review process. Please note that the contributor is not expected to understand everything in the checklist. It's mainly here for the reviewer to make sure everything has been done correctly 🙂 LEGEND 🗺:
CHECKS 📑:
|
Hey, seems there are some failures on the CI. Could you please check these locally and see what shows up there. Further, it would be great if you could check off the items in the front end checklist and confirm everything has been completed properly before requesting review. Same applies for the other PR! Thanks for taking the time and contributing! |
Hi @aparajith21, all tests are passing locally, and I've thoroughly reviewed everything. This is my first time encountering this process after contributing for a while. I've tried to check for any inconsistencies and test checks, cannot seem to find what's wrong. Could you please mention if there's a specific problem to this PR, I'll try to fix it. |
@@ -96,6 +96,28 @@ def reshape(self, *args, shape=None): | |||
def dim(self): | |||
return self.ivy_array.ndim | |||
|
|||
@with_supported_dtypes( |
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.
The issue may be related to this, and you may want to change this to unsupported
and check if tests pass on the CI
closes #22582