-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Implement angle function in keras.ops #21200
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21200 +/- ##
==========================================
+ Coverage 82.59% 82.60% +0.01%
==========================================
Files 564 564
Lines 54367 54440 +73
Branches 8452 8465 +13
==========================================
+ Hits 44902 44970 +68
- Misses 7391 7395 +4
- Partials 2074 2075 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Nice, thank you for the contribution!
We updated API generation, please resolve the conflict. |
When running pre-commit locally, I encountered the following error.
|
After running the following code block, I confirmed that pre-commit is working properly on my local environment:
|
Adds keras.ops.angle to compute the element-wise angle of complex numbers. Supported across NumPy, TensorFlow, PyTorch, and JAX backends, except for OpenVINO.