Rate this Page

Class ELU#

Inheritance Relationships#

Base Type#

Class Documentation#

class ELU : public torch::nn::ModuleHolder<ELUImpl>#

A ModuleHolder subclass for ELUImpl.

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

Public Types

using Impl = ELUImpl#