Rate this Page

Class FractionalMaxPool3d#

Inheritance Relationships#

Base Type#

Class Documentation#

class FractionalMaxPool3d : public torch::nn::ModuleHolder<FractionalMaxPool3dImpl>#

A ModuleHolder subclass for FractionalMaxPool3dImpl.

See the documentation for FractionalMaxPool3dImpl class to learn what methods it provides, and examples of how to use FractionalMaxPool3d with torch::nn::FractionalMaxPool3dOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = FractionalMaxPool3dImpl#