-
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
Add Mathematical Functions to Paddle Frontend #15039
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Comments
hmahmood24
added
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
labels
May 8, 2023
Closed
AnnaTz
changed the title
Add
Add Mathematical Functions to Paddle Frontend
Sep 8, 2023
paddle.tensor.math
Mathematical Functions to Paddle Frontend
@hmahmood24 In the subtask list there is nothing such as paddle.mod but it is paddle.mode Could you pls change that |
5 tasks
#25915 25915 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Add Mathematical Functions to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
acos
asin
atan #15820
ceil #15823
ceil_
cos
tan #15915
cosh #15445
cumsum #23092
cumprod #16125
logcumsumexp #19067
logit
exp #15458
exp_ #22829
expm1 #17825
floor #16083
floor_ #22648
increment #21294
log #15840
multiplex
pow #16523
reciprocal #17481
reciprocal_ #22818
round #15822
round_ #21531
rsqrt #17771
rsqrt_ #21518
scale #23297
scale_
scale_ #23298
sign #17473
sin
sinh
sqrt #15817
sqrt_ #22969
square #17461
stanh #20903
sum #22737
nansum
nanmean #22885
count_nonzero #23118
tanh
tanh_ #23137
#22499n
max #18338
amax
amax
maximum #17846
min #22519
amin
minimum #17826
mm #20889
divide #15962
floor_divide #21039
remainder #16431
remainder_ #22961
mod #26320
floor_mod #26154
multiply #15995
add #16000
add_ #23034
subtract #16001
subtract_ #23202
atan2 #17439
logsumexp #21617
inverse #26522
log2 #16525
log10 #23911
log1p #16658
erf #17544
addmm #21528
clip #22847
clip_ #23296
trace #23295
kron #18277
isfinite #17534
isinf #17533
isnan #17532
prod #20105
all
all #26849
any #19552
broadcast_shape #23555
conj #16281
trunc #17563
digamma #22941
neg #16754
lgamma #20216
diagonal #18757
acosh #15455
asinh #19224
atanh #15818
lerp #19444
lerp_
erfinv #23710
erfinv_ #25915
rad2deg #16679
deg2rad #16994
gcd #17553
lcm #17554
diff #18233
angle #17812
fmax #17793
fmin #17795
inner
outer #18559
heaviside #19476
frac #18221
sgn #18240
Take #21508
The main file paths where these functions are to be added are:
for in-place functions (names ending with _):
--
ivy/functional/frontends/paddle/tensor/math.py
--
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_tensor/test\_math.py
for all the rest:
--
ivy/functional/frontends/paddle/math.py
--
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_math.py
The text was updated successfully, but these errors were encountered: