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