Open
Description
Add Pooling 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.
_
- avg_pool1d #12448
- avg_pool2d #21786
- avg_pool3d
- max_pool1d #6013
- max_pool2d #6014
- max_pool3d #22024
- max_unpool1d #22435
- max_unpool2d
- max_unpool3d #26339
- lp_pool1d #13645
- lp_pool2d #13785
- adaptive_max_pool1d #22238
- adaptive_max_pool2d #21496
- adaptive_max_pool3d #26132
- adaptive_avg_pool1d
- adaptive_avg_pool2d
- adaptive_avg_pool3d #22670
- fractional_max_pool2d
- fractional_max_pool3d #27141
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/torch/nn/functional/pooling\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_torch/test\_pooling\_functions.py