Rate this Page

Class Dropout#

Inheritance Relationships#

Base Type#

Class Documentation#

class Dropout : public torch::nn::ModuleHolder<DropoutImpl>#

A ModuleHolder subclass for DropoutImpl.

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

Public Types

using Impl = DropoutImpl#