-
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
ivy.lgamma #19177
ivy.lgamma #19177
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.
Hi,
Its best practice to complete 1 task per PR, it helps to keep things more organized.
Can you remove the tf frontend function . You can create a PR for that after this one.
Thanks
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.
Sorry for the late review,
Requested 1 change
Thanks
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.
Requested a few changes.
Can you add unsupported dtypes accordingly.
I think paddle doesn't support float16
the rest you can test and find out.
Thanks
ivy_tests/test_ivy/test_functional/test_experimental/test_core/test_elementwise.py
Outdated
Show resolved
Hide resolved
ivy_tests/test_ivy/test_functional/test_experimental/test_core/test_elementwise.py
Outdated
Show resolved
Hide resolved
ivy_tests/test_ivy/test_functional/test_experimental/test_core/test_elementwise.py
Outdated
Show resolved
Hide resolved
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.
lgtm!
Thanks for the changes.
Close #19152