-
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 any to paddle math #19553
added any to paddle math #19553
Conversation
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.
Hey @sroycho4, thanks for looking into this! 😄
Added comments in the code, feel free to request a review after making the changes.
Hope this helps - https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/any_en.html
Thanks! 😄
@@ -384,3 +384,8 @@ def lerp(x, y, weight, name=None): | |||
@to_ivy_arrays_and_back | |||
def rsqrt(x, name=None): | |||
return 1 / ivy.sqrt(x) | |||
|
|||
|
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.
missing supported dtypes
@rishabgit whoops, don't know how it got altered. Fixed them! |
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.
Still missing supported dtypes 😅
Feel free to request a re-review!
@rishabgit done! |
Thanks for the changes, they look great! |
close #19552