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