Add subtract_ function to paddle frontend math module#28929
Merged
Sam-Armstrong merged 1 commit intoivy-llc:mainfrom Aug 2, 2025
Merged
Add subtract_ function to paddle frontend math module#28929Sam-Armstrong merged 1 commit intoivy-llc:mainfrom
Sam-Armstrong merged 1 commit intoivy-llc:mainfrom
Conversation
- Implement missing subtract_ function in ivy/ivy/functional/frontends/paddle/math.py - Add corresponding test case in ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py - Follows same pattern as other inplace functions like add_ - Uses ivy.inplace_update for in-place subtraction operation - Fixes issue ivy-llc#21937
Sam-Armstrong
approved these changes
Aug 2, 2025
Contributor
Author
|
Thanks..
…On Sat, 2 Aug, 2025, 20:26 Sam Armstrong, ***@***.***> wrote:
Merged #28929 <#28929> into main.
—
Reply to this email directly, view it on GitHub
<#28929 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLR2IINBZHRCDVQON7TCA4T3LTGTTAVCNFSM6AAAAACCJ26YGKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJYHE2TCMJSGU4DCNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This will create ONE CLEAN PR that:
subtract_functionThe PR will be clean, focused, and ready for the Ivy team to review!