Open
Description
Add Vision functions to PyTorch 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.
_
- pixel_shuffle #3342
- pixel_unshuffle #4131
- pad
- interpolate #10533
- upsample #10556
- upsample_nearest #10557
- upsample_bilinear #7238
- grid_sample #22307
- affine_grid
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/torch/vision\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_torch/test\_vision\_functions.py
ivy/functional/frontends/torch/nn/functional/vision\_functions.py