-
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 Manipulation Functions to Paddle Frontend #15037
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
hmahmood24
changed the title
Add
Add Jun 12, 2023
paddle.tensor.manipulation
Manipulation Functions to PaddlePaddle Frontendpaddle.tensor.manipulation
Manipulation Functions to Paddle Frontend
AnnaTz
changed the title
Add
Add Manipulation Functions to Paddle Frontend
Sep 8, 2023
paddle.tensor.manipulation
Manipulation Functions to Paddle Frontend
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 Manipulation 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.
concat #16223
broadcast_tensors #24140
expand #18155
broadcast_to #18156
expand_as #21974
tile
flatten #19158
gather #19230
gather_nd #22160
reshape
reshape_ #19159
flip #17764
scatter #23106
scatter_
scatter_nd #26952
shard_index
slice #23368
crop
crop #27226
split
squeeze
squeeze_ #19160
stack #16224
strided_slice
unique #19161
unique_consecutive #21926
unsqueeze #19163
unsqueeze_ #21927
unstack
rot90 #21630
unbind #22320
roll #19236
chunk #22321
tolist #23649
take_along_axis
put_along_axis #26126
tensordot #22291
as_complex #19168
as_real #19169
moveaxis #19157
repeat_interleave #23081
index_add #26392
index_add_ #26393
The main file paths where these functions are to be added are:
for in-place functions (names ending with _):
--
ivy/functional/frontends/paddle/tensor/manipulation.py
--
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_tensor/test\_manipulation.py
for all the rest:
--
ivy/functional/frontends/paddle/manipulation.py
--
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_manipulation.py
The text was updated successfully, but these errors were encountered: