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