Class FractionalMaxPool2d#
Defined in File pooling.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< FractionalMaxPool2dImpl >(Template Class ModuleHolder)
Class Documentation#
- 
class FractionalMaxPool2d : public torch::nn::ModuleHolder<FractionalMaxPool2dImpl>#
 A
ModuleHoldersubclass forFractionalMaxPool2dImpl.See the documentation for
FractionalMaxPool2dImplclass to learn what methods it provides, and examples of how to useFractionalMaxPool2dwithtorch::nn::FractionalMaxPool2dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
- 
using Impl = FractionalMaxPool2dImpl#
 
- 
using Impl = FractionalMaxPool2dImpl#