ivy-llc / ivy

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

Shortening PyTorch Frontend Implementations #14849

Open xoiga123 opened 1 year ago

xoiga123 commented 1 year ago

Most frontends should be implemented in very few lines of code, with many only being a single line of code. Shortening a frontend might involve adding a new function to our Experimental API, or extending the superset of an existing Ivy function. You can read more about how to do this here

Below is the list of frontend implementations with more than 10 lines of code (including lines of the helper functions used), sorted from high to low. This list will be updated once per week on Monday.

01PrathamS commented 1 year ago

hey @AnnaTz i am beginner contributor looking forward to contribute to this repo, i gone through the docs and codebase i am familiar with PyTorch so i choose to start from here can you help me with shortening PyTorch frontend Implementation

xoiga123 commented 1 year ago

@01PrathamS Please check the new docs section for this task. Thank you :hugs: