Rate this Page

Class Hardtanh#

Inheritance Relationships#

Base Type#

Class Documentation#

class Hardtanh : public torch::nn::ModuleHolder<HardtanhImpl>#

A ModuleHolder subclass for HardtanhImpl.

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

Public Types

using Impl = HardtanhImpl#