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
ModuleHolder
subclass forPReLUImpl
.See the documentation for
PReLUImpl
class to learn what methods it provides, and examples of how to usePReLU
withtorch::nn::PReLUOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.