Rate this Page

Class Softshrink#

Inheritance Relationships#

Base Type#

Class Documentation#

class Softshrink : public torch::nn::ModuleHolder<SoftshrinkImpl>#

A ModuleHolder subclass for SoftshrinkImpl.

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

Public Types

using Impl = SoftshrinkImpl#