Rate this Page

Class FeatureAlphaDropout#

Inheritance Relationships#

Base Type#

Class Documentation#

class FeatureAlphaDropout : public torch::nn::ModuleHolder<FeatureAlphaDropoutImpl>#

A ModuleHolder subclass for FeatureAlphaDropoutImpl.

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

Public Types

using Impl = FeatureAlphaDropoutImpl#