ivy-llc / ivy

Convert Machine Learning Code Between Frameworks
https://ivy.dev
Other
14.01k stars 5.76k forks source link

Add Manipulation Functions to Paddle Frontend #15037

Open hmahmood24 opened 1 year ago

hmahmood24 commented 1 year ago

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.

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

Mjndai7 commented 1 year ago
thesidshah commented 1 year ago

Hello, I need help with scatter, I tried using scatter_nd with out =x but it isn't working. I'll deeply appreciate it if anyone can spare a few minutes to guide me. Sid

SamruddhiNavale commented 1 year ago
ArsalanAli915 commented 1 year ago