Rate this Page

Class AdaptiveMaxPool3d#

Inheritance Relationships#

Base Type#

Class Documentation#

class AdaptiveMaxPool3d : public torch::nn::ModuleHolder<AdaptiveMaxPool3dImpl>#

A ModuleHolder subclass for AdaptiveMaxPool3dImpl.

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

Public Types

using Impl = AdaptiveMaxPool3dImpl#