Class RReLU¶
Defined in File activation.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< RReLUImpl >(Template Class ModuleHolder)
Class Documentation¶
-
class RReLU : public torch::nn::ModuleHolder<RReLUImpl>¶
A
ModuleHoldersubclass forRReLUImpl.See the documentation for
RReLUImplclass to learn what methods it provides, and examples of how to useRReLUwithtorch::nn::RReLUOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.