Open
Description
Add Dropout 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.
_
- dropout #18360
- alpha_dropout #21633
- feature_alpha_dropout #21634
- dropout1d #17808
- dropout2d #15394
- dropout3d #18138
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/torch/nn/functional/dropout\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_torch/test\_dropout\_functions.py